blob: 72826a7262a704c70e67b794439da9fc2589bf18 [file] [log] [blame]
fischman@webrtc.orgdde7d4c2013-08-15 23:31:30 +00001URL: http://code.google.com/p/gflags/
2Version: 2.0
kjellander@webrtc.orgecc43fd2011-09-09 13:00:24 +00003License: New BSD
4License File: LICENSE
5
6Description:
7The gflags package contains a library that implements commandline
8flags processing. As such it's a replacement for getopt(). It has
9increased flexibility, including built-in support for C++ types like
10string, and the ability to define flags in the source file in which
11they're used.
12
13Local Modifications: None
fischman@webrtc.orgdde7d4c2013-08-15 23:31:30 +000014
15