|
1年前 | |
---|---|---|
examples | 1年前 | |
src | 1年前 | |
test | 1年前 | |
.build.yml | 1年前 | |
.gitignore | 1年前 | |
CHANGES.md | 1年前 | |
LICENSE.md | 1年前 | |
README.md | 1年前 | |
dune-project | 1年前 | |
exit.opam | 1年前 |
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.
opam install exit
See examples.
dune build @all
dune runtest
See CHANGES.
See LICENSE.