package batteries

  1. Overview
  2. Docs
A community-maintained standard library extension

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v2.10.0.tar.gz
sha256=9cb4bd3bf3872509af43a9c61f741884503551f25b22cb9e2c73c55cee6c9861
md5=b1f1bf0d221f4d8de41e05a05417f56c

doc/batteries/BatOptParse/index.html

Module BatOptParse

Modules for GNU getopt(3)-style command line parsing.

  • author Bardur Arantsson
module Opt : sig ... end

This module contains the basic functions and types for defining new option types and accessing the values of options.

module StdOpt : sig ... end

This module contains various standard options.

module Formatter : sig ... end

This module contains the types and functions for implementing custom usage message formatters.

module OptParser : sig ... end

This module contains the option parser itself.

OCaml

Innovation. Community. Security.