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
AuthorDaniel Bünzli <daniel.buenzli i@erratique.ch>
LicenseBSD-3-Clause
Published
Homepagehttp://erratique.ch/software/cmdliner
MaintainerDaniel Bünzli <daniel.buenzl i@erratique.ch>
Dependencies
Source [http] http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.4.tbz
md5=5089b4b69993ddc5ce4aac0e30d0c641
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/cmdliner/cmdliner.0.9.4/opam
Required by
Optionally used by