@hackage uu-options0.1.0.0

Parse command line options using uu-interleave and uu-parsinglib

Using the new Control.Applicative.Interleaved module we use the uu-parsinglib library to construct extremely concise command line processors, which provide helpful information when called incorrectly.

The module contains a module OptionsDemo which serves as an example of how to use the various options of the module; you may take a look at the source code.

The package also installs the program `option-demo` which may be called from the command line to see what happens for the various options. It also contains a function demo which may be called from within ghci to experiment.

Background information can be found in a Technical Report at http://www.cs.uu.nl/research/techreps/UU-CS-2013-005.html