OLD | NEW |
(Empty) | |
| 1 Source: google-gflags |
| 2 Priority: optional |
| 3 Maintainer: Google Inc. <opensource@google.com> |
| 4 Build-Depends: debhelper (>= 4.0.0), binutils |
| 5 Standards-Version: 3.6.1 |
| 6 |
| 7 Package: libgoogle-gflags-dev |
| 8 Section: libdevel |
| 9 Architecture: any |
| 10 Depends: libgoogle-gflags0 (= ${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 google-gflags package. |
| 17 |
| 18 Package: libgoogle-gflags0 |
| 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. |
OLD | NEW |