initial commit
[platform/upstream/libconfig.git] / debian / control
1 Source: libconfig
2 Priority: optional
3 Maintainer: Klaus Schneider <kschn@users.sourceforge.net>
4 Uploaders: Julien Danjou <acid@debian.org>
5 Build-Depends: debhelper (>= 5), autotools-dev, texinfo, texlive-latex-base
6 Standards-Version: 3.8.0
7 Homepage: http://www.hyperrealm.com/libconfig/
8 Section: libs
9
10 Package: libconfig9
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: processing of structured configuration files
15  This library features a fully reentrant parser and includes bindings for
16  both the C and C++ programming languages. It runs on modern POSIX-compliant
17  systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
18  Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
19  .
20  This library allows parsing, manipulating and writing structured configuration
21  files.
22
23 Package: libconfig++9
24 Section: libs
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Description: processing of structured configuration files (C++ binding)
28  This library features a fully reentrant parser and includes bindings for
29  both the C and C++ programming languages. It runs on modern POSIX-compliant
30  systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
31  Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
32  .
33  This library allows parsing, manipulating and writing structured configuration
34  files.
35  .
36  This is the C++ binding.
37
38 Package: libconfig9-dev
39 Section: libdevel
40 Architecture: any
41 Provides: libconfig-dev
42 Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20)
43 Conflicts: libconfig8-dev
44 Description: processing of structured config files (development)
45  This library features a fully reentrant parser and includes bindings for
46  both the C and C++ programming languages. It runs on modern POSIX-compliant
47  systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
48  Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
49  .
50  This library allows parsing, manipulating and writing structured configuration
51  files. Its main features are:
52   - A fully reentrant parser: Multiple configurations can be parsed in
53     concurrent threads at the same time.
54   - A simple, structured configuration file format: more readable and compact
55     than XML and more flexible than Windows' "INI" file format.
56   - A low-footprint implementation
57   - Proper documentation.
58  .
59  This package contains the files needed in order to use libconfig
60  in your own programs.
61
62 Package: libconfig++9-dev
63 Section: libdevel
64 Architecture: any
65 Provides: libconfig++-dev
66 Depends: libconfig++9 (= ${binary:Version}), libconfig9 (= ${binary:Version}), pkg-config (>= 0.20)
67 Conflicts: libconfig++8-dev
68 Description: processing of structured config files (C++ development)
69  This library features a fully reentrant parser and includes bindings for
70  both the C and C++ programming languages. It runs on modern POSIX-compliant
71  systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
72  Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
73  .
74  This library allows parsing, manipulating and writing structured configuration
75  files. Its main features are:
76   - A fully reentrant parser: Multiple configurations can be parsed in
77     concurrent threads at the same time.
78   - A simple, structured configuration file format: more readable and compact
79     than XML and more flexible than Windows' "INI" file format.
80   - A low-footprint implementation
81   - Proper documentation.
82  .
83  This package contains the files needed in order to use libconfig
84  in your own C++ programs.
85
86 Package: libconfig9-dbg
87 Section: debug
88 Architecture: any
89 Depends: libconfig9 (= ${binary:Version})
90 Description: debug symbols for libconfig9
91  This package provides debugging information for libconfig library
92
93 Package: libconfig++9-dbg
94 Section: debug
95 Architecture: any
96 Depends: libconfig++9 (= ${binary:Version})
97 Description: debug symbols for libconfig++9
98  This package provides debugging information for C++ API of libconfig library