exit/README.md
2019-11-18 04:16:56 +01:00

578 B

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.