1 comment "tclap needs a toolchain w/ C++"
2 depends on !BR2_INSTALL_LIBSTDCPP
4 config BR2_PACKAGE_TCLAP
6 depends on BR2_INSTALL_LIBSTDCPP
8 This is a small, flexible library that provides a simple interface
9 for defining and accessing command line arguments. It was initially
10 inspired by the user friendly CLAP libary. The difference is that
11 this library is templatized, so the argument class is type
12 independent. Type independence avoids identical-except-for-type
13 objects, such as IntArg, FloatArg, and StringArg. While the library
14 is not strictly compliant with the GNU or POSIX standards, it is
17 http://tclap.sourceforge.net/