package extlib

  1. Overview
  2. Docs
A complete yet small extension for OCaml standard library (reduced, recommended)

Install

Dune Dependency

Authors

Maintainers

Sources

extlib-1.7.5.tar.gz
sha256=9a3430a6cd72ca8b0ab052907440c5c235632b8f2f102ee0cd19c8b68ac354a7
md5=d989951536077563bf4c5e3479c3866f

doc/extlib/OptParse/index.html

Module OptParse

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

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.