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
|
Source: cppopt
Section: libs
Priority: optional
Maintainer: Zed Pobre <zed@debian.org>
Build-Depends: debhelper (>= 3.0.0), automake, autoconf, autotools-dev
Standards-Version: 3.5.10
Package: libcppopt-dev
Section: libdevel
Architecture: any
Depends: libcppopt0 (= ${Source-Version}), libc6-dev
Description: C++ option parsing library header files
The cppopt library provides functions similar to those found in
getopt or libpopt, except that it makes use of STL maps and other C++
syntactical candy to store and manipulate those options.
.
This package provides the header files and .so symlink required to
compile programs against libcppopt.
Package: libcppopt0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: C++ option parsing library
The cppopt library provides functions similar to those found in
getopt or libpopt, except that it makes use of STL maps and other C++
syntactical candy to store and manipulate those options.
|