1name: "gflags" 2description: "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/" 3third_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 } 12 version: "v2.2.2" 13 license_type: NOTICE 14 last_upgrade_date { 15 year: 2019 16 month: 2 17 day: 1 18 } 19} 20