cmdlinerversion

Declarative definition of command line interfaces for OCaml

Cmdliner allows the declarative definition of command line interfaces for OCaml.

It 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 and respects most of the POSIX and GNU conventions.

Cmdliner has no dependencies and is distributed under the ISC license.

Tags cli system declarative org:erratique
AuthorDaniel Bünzli <daniel.buenzl i@erratique.ch>
LicenseISC
Published
Homepagehttp://erratique.ch/software/cmdliner
Issue Trackerhttps://github.com/dbuenzli/cmdliner/issues
MaintainerDaniel Bünzli <daniel.buenzl i@erratique.ch>
Dependencies
Source [http] http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz
md5=fe2213d0bc63b1e10a2d0aa66d2fc8d9
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/cmdliner/cmdliner.1.0.4/opam
Required by
Optionally used by