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
a29bb5840c
|
3 years ago | |
---|---|---|
examples | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
.build.yml | 5 years ago | |
.gitignore | 5 years ago | |
.ocamlformat | 3 years ago | |
CHANGES.md | 5 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago | |
dune-project | 5 years ago | |
exit.opam | 5 years ago |
README.md
Exit
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.