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.6.tbz
md5=9c2490a6d1def1e6a8bb264f235682cb
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/cmdliner/cmdliner.0.9.6/opam
Required by
Optionally used by