34 lines
773 B
Plaintext
34 lines
773 B
Plaintext
(lang dune 2.0)
|
|
|
|
(name exit)
|
|
|
|
(license ISC)
|
|
|
|
(authors "Léo Andrès <contact@ndrs.fr>")
|
|
|
|
(maintainers "Léo Andrès <contact@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)
|
|
|
|
(documentation https://doc.zapashcanon.fr/exit/)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(package
|
|
(name exit)
|
|
(synopsis "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
|
|
(ocaml
|
|
(>= 4.05))
|
|
(dune
|
|
(>= 2.0))
|
|
(bisect_ppx
|
|
(>= 1.4))))
|