summaryrefslogtreecommitdiffstats
path: root/rules/tclap.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2014-03-07 08:57:07 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-07 10:24:00 +0100
commit60de2541d619ad4626b324c42a9dbe81d8045fb3 (patch)
treebcffa35352900cd7c93a37e024b4d9ff993362b9 /rules/tclap.in
parentba4480e21b6b19eecac55107123125676b2204df (diff)
downloadptxdist-60de2541d619ad4626b324c42a9dbe81d8045fb3.tar.gz
ptxdist-60de2541d619ad4626b324c42a9dbe81d8045fb3.tar.xz
tclap: New package
Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/tclap.in')
-rw-r--r--rules/tclap.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/rules/tclap.in b/rules/tclap.in
new file mode 100644
index 000000000..dd5cd4834
--- /dev/null
+++ b/rules/tclap.in
@@ -0,0 +1,21 @@
+## SECTION=system_libraries
+
+config TCLAP
+ tristate
+ prompt "tclap"
+ help
+ Templatized C++ Command Line Parser Library
+
+ TCLAP is a small, flexible library that provides a simple interface
+ for defining and accessing command line arguments. It was intially
+ inspired by the user friendly CLAP libary. The difference is that
+ this library is templatized, so the argument class is type
+ independent. Type independence avoids identical-except-for-type
+ objects, such as IntArg, FloatArg, and StringArg. While the library
+ is not strictly compliant with the GNU or POSIX standards, it is
+ close.
+
+ NOTE: TCLAP is header-only, so the package doesn't install anything
+ on the target!
+
+