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.7.tar.gz
md5=2c620993aecd4b31b3a362b21b55dd94
sha256=4183abeca72efefc2513a440706c0e6e56d4676f60ae89a4306f8e5e03fbb5eb
sha512=4f3d6f5bc29c43254ad9f927213fca4afb8a74afbfbaca01ae7e540ea4509f2583aeedd91da8d5252843dd0998093e6e02801a4e95a70a04c6f7229b2b817bf3

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.