cmdlinerversion

Declarative definition of command line interfaces for OCaml

Cmdliner is a module for the declarative definition of command line interfaces.

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 is made of a single independent module and distributed under the BSD3 license.

AuthorDaniel Bünzli <daniel.buenzli at erratique.ch>
LicenseBSD-3-Clause
Published
Homepagehttp://erratique.ch/software/cmdliner
Maintaineropam-devel@lists.ocaml.org
Dependencies
Source [http] http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.2.tbz
md5=8f3c925d15d676602782453a16808102
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/cmdliner/cmdliner.0.9.2/opam
Required by
Optionally used by