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.
 
 
 

19 lines
704 B

(lang dune 1.11)
(name exit)
(license ISC)
(authors "Léo Andrès <l@ndrs.fr>")
(maintainers "Léo Andrès <l@ndrs.fr>")
(source (uri git://git.zapashcanon.fr/zapashcanon/exit.git))
(bug_reports https://git.zapashcanon.fr/zapashcanon/exit/issues)
(homepage https://git.zapashcanon.fr/zapashcanon/exit/issues)
(generate_opam_files true)
(explicit_js_mode)
(package
(name exit)
(synopsis "An OCaml library to get exit status as declared in `stdlib.h`")
(description "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.")
(depends
(dune (> 1.11.0))))