huangcm
2025-09-01 53d8e046ac1bf2ebe94f671983e3d3be059df91a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "gflags"
description: "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/"
third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/gflags/gflags.git"
  }
  url {
    type: GIT
    value: "https://github.com/gflags/gflags.git"
  }
  version: "v2.2.2"
  last_upgrade_date {
    year: 2019
    month: 2
    day: 1
  }
}