1name: "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}