An OCaml library to get exit status as declared in `stdlib.h`
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zapashcanon e7ff8e652c
move external to private module, add some examples
4 years ago
examples move external to private module, add some examples 4 years ago
src move external to private module, add some examples 4 years ago
test new build manifest, format 5 years ago
.build.yml first release 5 years ago
.gitignore first release 5 years ago
CHANGES.md fix changes 5 years ago
LICENSE.md first commit 5 years ago
README.md add build manifest 5 years ago
dune-project first release 5 years ago
exit.opam first release 5 years ago

README.md

Exit builds.sr.ht status

Exit is an OCaml library to get exit status as declared in stdlib.h. It gives access to the values of EXIT_SUCCESS and EXIT_FAILURE macros and provides some functions built around them.

Install

opam install exit

Usage

See examples.

Build

dune build @all

Test

dune runtest

Changes

See CHANGES.

License

See LICENSE.