1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: gflags
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13), cmake
Standards-Version: 4.7.2
Section: libs
Homepage: https://gflags.github.io/gflags/
Package: libgflags-dev
Section: libdevel
Architecture: any
Depends: libgflags2.2 (= ${binary:Version}), ${misc:Depends}
Description: commandline flags module for C++ (development files)
gflags is a library that implements commandline flags processing. As
such it's a replacement for getopt(). It has increased flexibility,
including built-in support for C++ types like string, and the ability
to define flags in the source file in which they're used.
.
This package contains development libraries and header files.
Package: libgflags2.2
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libgflags2
Replaces: libgflags2
Description: commandline flags module for C++ (shared library)
gflags is a library that implements commandline flags processing. As
such it's a replacement for getopt(). It has increased flexibility,
including built-in support for C++ types like string, and the ability
to define flags in the source file in which they're used.
.
This package contains shared libraries.
Package: libgflags-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation of gflags
gflags is a library that implements commandline flags processing. As
such it's a replacement for getopt(). It has increased flexibility,
including built-in support for C++ types like string, and the ability
to define flags in the source file in which they're used.
.
This package contains documentation files.
|