blob: 37eaaf032f3897c127e43da915ef542cbb83aebc [file] [log] [blame]
Greg Hartmand5fffc72017-10-10 15:58:00 -07001name: "gflags"
Haibo Huang3c6da7f2019-02-01 16:21:32 -08002description: "The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at: https://gflags.github.io/gflags/"
Greg Hartmand5fffc72017-10-10 15:58:00 -07003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://github.com/gflags/gflags.git"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/gflags/gflags.git"
11 }
Haibo Huang3c6da7f2019-02-01 16:21:32 -080012 version: "v2.2.2"
13 last_upgrade_date {
14 year: 2019
15 month: 2
16 day: 1
17 }
18}