huangcm
2024-12-18 9d29be7f7249789d6ffd0440067187a9f040c2cd
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
  }
}