Home | History | Annotate | Download | only in gflags
      1 name: "gflags"
      2 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/"
      3 third_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   last_upgrade_date {
     14     year: 2019
     15     month: 2
     16     day: 1
     17   }
     18 }
     19