667117d91b989754520df307cfbcc3647187a207
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tclap / Config.in
1 comment "tclap needs a toolchain w/ C++"
2         depends on !BR2_INSTALL_LIBSTDCPP
3
4 config BR2_PACKAGE_TCLAP
5         bool "tclap"
6         depends on BR2_INSTALL_LIBSTDCPP
7         help
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
15           close.
16
17           http://tclap.sourceforge.net/