github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/src/third_party/gflags/packages/deb/control (about)

     1  Source: gflags
     2  Priority: optional
     3  Maintainer: Google Inc. and others <google-gflags@googlegroups.com>
     4  Build-Depends: debhelper (>= 4.0.0), binutils
     5  Standards-Version: 3.6.1
     6  
     7  Package: libgflags-dev
     8  Section: libdevel
     9  Architecture: any
    10  Depends: libgflags0 (= ${Source-Version})
    11  Description: a library that implements commandline flags
    12   processing.  As such it's a replacement for getopt().  It has increased
    13   flexibility, including built-in support for C++ types like string, and
    14   the ability to define flags in the source file in which they're used.
    15   The devel package contains static and debug libraries and header files
    16   for developing applications that use the gflags package.
    17  
    18  Package: libgflags0
    19  Section: libs
    20  Architecture: any
    21  Depends: ${shlibs:Depends}
    22  Description: a library that implements commandline flags
    23   processing.  As such it's a replacement for getopt().  It has increased
    24   flexibility, including built-in support for C++ types like string, and
    25   the ability to define flags in the source file in which they're used.