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.

Tags cli system declarative org:erratique
AuthorDaniel Bünzli <daniel.buenzli i@erratique.ch>
LicenseBSD-3-Clause
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-0.9.7.tbz
md5=46d7553b95f623f811df2a844fb448fb
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/cmdliner/cmdliner.0.9.7/opam
Required by
Optionally used by