Package : ocaml-getopt

Package details

Summary: Command line parsing a la GNU getopt

Description:
The OCaml distribution comes with the module Arg specialized in
command-line parsing. However, it doesn't support the well known
features of GNU getopt and getopt_long.

The module Getopt is an alternative; it supports GNU syntax, but from the
programmer point of view, it is close to the spirit of Arg: the programmer
gives to the general parsing function a list of possible options, together
with the behaviour of these options.


URL: http://alain.frisch.fr/soft#Getopt
License: MIT-like

Maintainer: nobody

List of RPMs