• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Source: libconfig
2Priority: optional
3Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
4Uploaders: Jose Luis Tallon <jltallon@adv-solutions.net>
5Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, g++ (>= 4:5)
6Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended
7Standards-Version: 3.9.6
8Homepage: http://www.hyperrealm.com/libconfig/
9Section: libs
10
11Package: libconfig9
12Architecture: any
13Pre-Depends: ${misc:Pre-Depends}
14Depends: ${shlibs:Depends}, ${misc:Depends}
15Multi-Arch: same
16Description: parsing/manipulation of structured configuration files
17 This library features a fully reentrant parser and includes bindings for
18 both the C and C++ programming languages. It runs on modern POSIX-compliant
19 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
20 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
21 .
22 This library allows parsing, manipulating and writing structured configuration
23 files.
24
25Package: libconfig++9v5
26Architecture: any
27Pre-Depends: ${misc:Pre-Depends}
28Depends: ${shlibs:Depends}, ${misc:Depends}
29Conflicts: libconfig++9
30Replaces: libconfig++9
31Multi-Arch: same
32Description: parsing/manipulation of structured configuration files (C++ binding)
33 This library features a fully reentrant parser and includes bindings for
34 both the C and C++ programming languages. It runs on modern POSIX-compliant
35 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
36 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
37 .
38 This library allows parsing, manipulating and writing structured configuration
39 files.
40 .
41 This is the C++ binding.
42
43Package: libconfig-dev
44Section: libdevel
45Architecture: any
46Replaces: libconfig8-dev (<< 1.4.8)
47Breaks: libconfig8-dev (<< 1.4.8)
48Depends: libconfig9 (= ${binary:Version}), pkg-config, ${misc:Depends}
49Recommends: libconfig-doc
50Multi-Arch: same
51Description: parsing/manipulation of structured config files (development)
52 This library features a fully reentrant parser and includes bindings for
53 both the C and C++ programming languages. It runs on modern POSIX-compliant
54 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
55 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
56 .
57 This library allows parsing, manipulating and writing structured configuration
58 files. Its main features are:
59  - A fully reentrant parser: Multiple configurations can be parsed in
60    concurrent threads at the same time.
61  - A simple, structured configuration file format: more readable and compact
62    than XML and more flexible than Windows' "INI" file format.
63  - A low-footprint implementation
64  - Proper documentation.
65 .
66 This package contains the files needed in order to use libconfig
67 in your own programs.
68
69Package: libconfig8-dev
70Depends: libconfig-dev, ${misc:Depends}
71Architecture: any
72Section: oldlibs
73Priority: extra
74Description: Transitional package for libconfig-dev
75 This is a transitional package for libconfig-dev, and can be safely removed
76 when no other package depends on it.
77
78Package: libconfig++-dev
79Section: libdevel
80Architecture: any
81Replaces: libconfig++8-dev (<< 1.4.8)
82Breaks: libconfig++8-dev (<< 1.4.8)
83Depends: libconfig++9v5 (= ${binary:Version}), libconfig-dev,
84 pkg-config, ${misc:Depends}
85Multi-Arch: same
86Description: parsing/manipulation of structured config files (C++ development)
87 This library features a fully reentrant parser and includes bindings for
88 both the C and C++ programming languages. It runs on modern POSIX-compliant
89 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
90 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
91 .
92 This library allows parsing, manipulating and writing structured configuration
93 files. Its main features are:
94  - A fully reentrant parser: Multiple configurations can be parsed in
95    concurrent threads at the same time.
96  - A simple, structured configuration file format: more readable and compact
97    than XML and more flexible than Windows' "INI" file format.
98  - A low-footprint implementation
99  - Proper documentation.
100 .
101 This package contains the files needed in order to use libconfig
102 in your own C++ programs.
103
104Package: libconfig++8-dev
105Depends: libconfig++-dev, ${misc:Depends}
106Architecture: any
107Section: oldlibs
108Priority: extra
109Description: Transitional package for libconfig++-dev
110 This is a transitional package for libconfig++-dev, and can be safely removed
111 when no other package depends on it.
112
113
114Package: libconfig-dbg
115Section: debug
116Priority: extra
117Architecture: any
118Depends: libconfig9 (= ${binary:Version}), ${misc:Depends}
119Multi-Arch: same
120Description: parsing/manipulation of structured config files (debug symbols)
121 This library features a fully reentrant parser and includes bindings for
122 both the C and C++ programming languages. It runs on modern POSIX-compliant
123 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
124 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
125 .
126 This library allows parsing, manipulating and writing structured configuration
127 files.
128 .
129 This package provides debugging information for the libconfig library.
130
131Package: libconfig++-dbg
132Section: debug
133Priority: extra
134Architecture: any
135Depends: libconfig9 (= ${binary:Version}), libconfig++9v5 (= ${binary:Version}), ${misc:Depends}
136Multi-Arch: same
137Description: parsing/manipulation of structured config files (C++ debug symbols)
138 This library features a fully reentrant parser and includes bindings for
139 both the C and C++ programming languages. It runs on modern POSIX-compliant
140 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
141 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
142 .
143 This library allows parsing, manipulating and writing structured configuration
144 files.
145 .
146 This package provides debugging information for the libconfig++ library.
147
148Package: libconfig-doc
149Section: doc
150Architecture: all
151Replaces: libconfig-dev (<= 1.4.8)
152Breaks: libconfig-dev (<= 1.4.8)
153Depends: ${misc:Depends}
154Description: parsing/manipulation of structured config files (Documentation)
155 This library features a fully reentrant parser and includes bindings for
156 both the C and C++ programming languages. It runs on modern POSIX-compliant
157 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
158 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
159 .
160 This library allows parsing, manipulating and writing structured configuration
161 files.
162 .
163 This package provides documentation for the libconfig library.
164