package batteries

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v3.0.0.tar.gz
sha256=6a633ec390dcec24731b11cef396f1a19c63cac801114cff2970111af91fd395
md5=b4b8e7ed94b5db86f3bbda809dd42bab

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.