+--------------------------------------------------------------------+
|                         _                                          |
|                     ___| | ___    _     _                          |
|                    / __| |/ _ \ _| |_ _| |_                        |
|                   | (__| | (_) |_   _|_   _|                       |
|                    \___|_|\___/  |_|   |_|                         |
|                                                                    |
+--------------------------------------------------------------------+
clo++ is a command line option parser generator for C++. You describe
the options that your application takes in a XML file. From there
clo++ generates a C++ header file with a class that can parse your
command line. It supports just about anything that you want to do
with your command line. It also generates usage information and
can handle subcommands that take their own options. clo++ is itself
written in C++ and uses a command line option parser that it
generated.

Required Libraries:
	libxml2 http://xmlsoft.org/
	STL (installed with gcc 2.95.2) or use http://www.stlport.org/
	GNU make

clo++ or libxml2 is not required to compile your code, so your
users don't need to have them installed.

For information about how to use clo++, please see the files in
the docs directory.

For installation instructions, see the INSTALL file in this directory.

For questions/comments/bug reports, send email to clo++@pmade.org
or visit http://pmade.org/~pjones/software/clo++
