summaryrefslogtreecommitdiff
path: root/textproc/clo++/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/clo++/pkg-descr')
-rw-r--r--textproc/clo++/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/clo++/pkg-descr b/textproc/clo++/pkg-descr
new file mode 100644
index 000000000000..b18b39555441
--- /dev/null
+++ b/textproc/clo++/pkg-descr
@@ -0,0 +1,9 @@
+Clo++ is a command line option parser generator for C++.
+It generates a C++ header file with a class that can parse your
+command line and 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.
+
+WWW: http://pmade.org/~pjones/software/clo++