cmdlinerversion Documentation on ocaml.org

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 command line completion, 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.

Homepage: 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-2.0.0.tbz
sha512=a7bd4eeb0cef7c08bca73b0077a65f748c19a230544133b39fc3360feb2cf0af08416a8b84031c94a2f4a007d5920a4db1368d87b9eeca561671828e2dad2885
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/cmdliner/cmdliner.2.0.0/opam
Required by