Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / tclap / DESCR
1 TCLAP is a small, flexible library that provides a simple interface for defining
2 and accessing command line arguments. It was intially inspired by the user
3 friendly CLAP libary. The difference is that this library is templatized, so the
4 argument class is type independent. Type independence avoids
5 identical-except-for-type objects, such as IntArg, FloatArg, and StringArg.
6 While the library is not strictly compliant with the GNU or POSIX standards, it
7 is close.
8
9 TCLAP is written in ANSI C++ and is meant to be compatible with any
10 standards-compliant C++ compiler. It is known to work on Linux, MacOS X,
11 Windows, and Solaris platforms. The library is implemented entirely in header
12 files making it easy to use and distribute with other software. It is licensed
13 under the MIT License for worry free distribution.
14
15 TCLAP is now a mature, stable, and feature rich package. Unless I get really
16 bored, it probably won't see much further development aside from bug fixes and
17 compatibility updates. Please don't let any apparent project inactivity
18 discourage you from using the software!