pkgsrc/devel/ocaml-cmdliner/DESCR
jaapb b0004458fd New package: devel/ocaml-cmdliner. It's a module for the declarative
definition of command line interfaces, and needed as a dependency for
js_of_ocaml.
2014-10-09 20:07:36 +00:00

5 lines
356 B
Text

Cmdliner provides a simple and compositional mechanism to convert command line
arguments to OCaml values and pass them to your functions. The module
automatically handles syntax errors, help messages and UNIX man page
generation. It supports programs with single or multiple commands (like darcs
or git) and respects most of the POSIX and GNU conventions.