Source: cppopt
Section: devel
Priority: optional
Maintainer: Zed Pobre <zed@debian.org>
Build-Depends: debhelper (>= 3.0.0), automake, autoconf
Standards-Version: 3.5.2

Package: libcppopt-dev
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
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.
