• en

cmdliner 0.9.4

Author Daniel Bünzli <daniel.buenzli i@erratique.ch>
License BSD3
Homepage http://erratique.ch/software/cmdliner
Maintainer Daniel Bünzli <daniel.buenzl i@erratique.ch>
Tags cli, system and declarative
Dependencies
ocamlfind
OCaml >= 3.12.0
Published Feb 9, 2014
Source [http] http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.4.tbz
5089b4b69993ddc5ce4aac0e30d0c641
Edit https://github.com/ocaml/opam-repository/tree/master/packages/cmdliner/cmdliner.0.9.4/opam

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.