blob: 81f1b2aa777bde7b89c0017724ceb29068c527f9 [file] [log] [blame]
Greg Hartmand5fffc72017-10-10 15:58:00 -07001name: "gflags"
2description:
3 "The gflags package contains a C++ library that implements commandline "
4 "flags processing. It includes built-in support for standard types such as "
5 "string and the ability to define flags in the source file in which they "
6 "are used. Online documentation available at: "
7 "https://gflags.github.io/gflags/"
8
9third_party {
10 url {
11 type: HOMEPAGE
12 value: "https://github.com/gflags/gflags.git"
13 }
14 url {
15 type: GIT
16 value: "https://github.com/gflags/gflags.git"
17 }
18 version: "2.2.1"
19 last_upgrade_date { year: 2017 month: 10 day: 10 }
20}