
Gflags is 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.
this package contains documentation files.