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