root/library/bdm/base/libconfig/debian/control @ 1165

Revision 689, 3.4 kB (checked in by mido, 15 years ago)

new version of libconfig added
an improvement of testsuite - calling of "testsuite print" prints all the currently prepared unit tests
a CMakeLists.txt modificiation to remowe CMake 2.8 warnings

Line 
1Source: libconfig
2Priority: optional
3Maintainer: Klaus Schneider <kschn@users.sourceforge.net>
4Uploaders: Julien Danjou <acid@debian.org>
5Build-Depends: debhelper (>= 5), autotools-dev
6Standards-Version: 3.8.0
7Homepage: http://www.hyperrealm.com/libconfig/
8Section: libs
9
10Package: libconfig9
11Section: libs
12Architecture: any
13Depends: ${shlibs:Depends}, ${misc:Depends}
14Description: 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
23Package: libconfig++9
24Section: libs
25Architecture: any
26Depends: ${shlibs:Depends}, ${misc:Depends}
27Description: 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
38Package: libconfig9-dev
39Section: libdevel
40Architecture: any
41Provides: libconfig-dev
42Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20)
43Description: processing of structured config files (development)
44 This library features a fully reentrant parser and includes bindings for
45 both the C and C++ programming languages. It runs on modern POSIX-compliant
46 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
47 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
48 .
49 This library allows parsing, manipulating and writing structured configuration
50 files. Its main features are:
51  - A fully reentrant parser: Multiple configurations can be parsed in
52    concurrent threads at the same time.
53  - A simple, structured configuration file format: more readable and compact
54    than XML and more flexible than Windows' "INI" file format.
55  - A low-footprint implementation
56  - Proper documentation.
57 .
58 This package contains the files needed in order to use libconfig
59 in your own programs.
60
61Package: libconfig++9-dev
62Section: libdevel
63Architecture: any
64Provides: libconfig++-dev
65Depends: libconfig++9 (= ${binary:Version}), libconfig9 (= ${binary:Version}), pkg-config (>= 0.20)
66Description: processing of structured config files (C++ development)
67 This library features a fully reentrant parser and includes bindings for
68 both the C and C++ programming languages. It runs on modern POSIX-compliant
69 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
70 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
71 .
72 This library allows parsing, manipulating and writing structured configuration
73 files. Its main features are:
74  - A fully reentrant parser: Multiple configurations can be parsed in
75    concurrent threads at the same time.
76  - A simple, structured configuration file format: more readable and compact
77    than XML and more flexible than Windows' "INI" file format.
78  - A low-footprint implementation
79  - Proper documentation.
80 .
81 This package contains the files needed in order to use libconfig
82 in your own C++ programs.
Note: See TracBrowser for help on using the browser.