Module Opt_parse


module Opt_parse: Extlib.OptParse
Modules for GNU getopt(3)-style command line parsing.
Author(s): Bardur Arantsson

module Opt_parse.Opt: sig .. end
This module contains the basic functions and types for defining new option types and accessing the values of options.
module Opt_parse.StdOpt: sig .. end
This module contains various standard options.
module Opt_parse.Formatter: sig .. end
This module contains the types and functions for implementing custom usage message formatters.
module Opt_parse.OptParser: sig .. end
This module contains the option parser itself.