Language

Package: ocaml4.07-cmdliner @ 1.0.4

Synopsis

Declarative definition of command line interfaces for OCaml

Description

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.

Home page
https://erratique.ch/software/cmdliner
Location
gnu/packages/ocaml.scm (line: 2335, column: 4)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

sentences in description should be followed by two spaces; possible infraction at 304
input-labels

Identify input labels that do not match package names

label 'ocamlbuild' does not match package name 'ocaml4.07-ocamlbuild'
input-labels

Identify input labels that do not match package names

label 'ocaml-result' does not match package name 'ocaml4.07-result'