ports/devel/ocaml-cmdliner/pkg-descr
Dmitry Marakasov b956eaa387 - Update WWW
Approved by:	portmgr blanket
2019-12-12 09:40:40 +00:00

10 lines
483 B
Text

Cmdliner is an OCaml 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
(like darcs or git) and respects most of the POSIX and GNU conventions.
WWW: https://erratique.ch/software/cmdliner