aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 37eaaf032f3897c127e43da915ef542cbb83aebc (plain)
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
  }
}