Meta Configuration of Package tclap
12
1
<package name="tclap" project="SUSE:SLE-15:GA">
2
<title>Templatized C++ Command Line Parser</title>
3
<description>
4
TCLAP is a small, flexible library that provides a simple interface for
5
defining and accessing command line arguments. It was intially inspired by the
6
user friendly CLAP libary. The difference is that this library is templatized,
7
so the argument class is type independent. Type independence avoids
8
identical-except-for-type objects, such as IntArg, FloatArg, and StringArg.
9
While the library is not strictly compliant with the GNU or POSIX standards, it is close.
10
</description>
11
</package>
12