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.

Home page: http://erratique.ch/software/cmdliner

Tags cli system declarative org:erratique
AuthorThe cmdliner programmers
LicenseISC
Published
Homepagehttps://erratique.ch/software/cmdliner
Issue Trackerhttps://github.com/dbuenzli/cmdliner/issues
MaintainerDaniel Bünzli <daniel.buenzl i@erratique.ch>
Dependencies
Source [http] https://erratique.ch/software/cmdliner/releases/cmdliner-1.1.1.tbz
sha512=5478ad833da254b5587b3746e3a8493e66e867a081ac0f653a901cc8a7d944f66e4387592215ce25d939be76f281c4785702f54d4a74b1700bc8838a62255c9e
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/cmdliner/cmdliner.1.1.1/opam
Required by
Optionally used by