File: control

package info (click to toggle)
cppopt 0.0.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 172 kB
  • ctags: 51
  • sloc: cpp: 730; sh: 177; makefile: 141
file content (27 lines) | stat: -rw-r--r-- 966 bytes parent folder | download
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.