summaryrefslogtreecommitdiff
path: root/devel/gflags/DESCR
blob: 0cc5fb7d4664ac8cd5bd0efdf58966e43651b16e (plain)
1
2
3
4
The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for C++ types like string, and the
ability to define flags in the source file in which they're used.