aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: c39f5edc01135aee367c353f0b88079d3ef58f45 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
Source: libconfig
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Uploaders: Jose Luis Tallon <jltallon@adv-solutions.net>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               texinfo
Build-Depends-Indep: texlive-latex-base,
                     texlive-fonts-recommended
Standards-Version: 3.9.6
Homepage: http://www.hyperrealm.com/libconfig/

Package: libconfig9
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: parsing/manipulation of structured configuration files
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files.

Package: libconfig++9v5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libconfig++9
Replaces: libconfig++9
Description: parsing/manipulation of structured configuration files (C++ binding)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files.
 .
 This is the C++ binding.

Package: libconfig-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libconfig9 (= ${binary:Version}),
         pkg-config,
         ${misc:Depends}
Recommends: libconfig-doc
Breaks: libconfig8-dev (<< 1.4.8)
Replaces: libconfig8-dev (<< 1.4.8)
Description: parsing/manipulation of structured config files (development)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files. Its main features are:
  - A fully reentrant parser: Multiple configurations can be parsed in
    concurrent threads at the same time.
  - A simple, structured configuration file format: more readable and compact
    than XML and more flexible than Windows' "INI" file format.
  - A low-footprint implementation
  - Proper documentation.
 .
 This package contains the files needed in order to use libconfig
 in your own programs.

Package: libconfig8-dev
Architecture: any
Section: oldlibs
Priority: extra
Depends: libconfig-dev,
         ${misc:Depends}
Description: Transitional package for libconfig-dev
 This is a transitional package for libconfig-dev, and can be safely removed
 when no other package depends on it.

Package: libconfig++-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libconfig++9v5 (= ${binary:Version}),
         libconfig-dev,
         pkg-config,
         ${misc:Depends}
Breaks: libconfig++8-dev (<< 1.4.8)
Replaces: libconfig++8-dev (<< 1.4.8)
Description: parsing/manipulation of structured config files (C++ development)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files. Its main features are:
  - A fully reentrant parser: Multiple configurations can be parsed in
    concurrent threads at the same time.
  - A simple, structured configuration file format: more readable and compact
    than XML and more flexible than Windows' "INI" file format.
  - A low-footprint implementation
  - Proper documentation.
 .
 This package contains the files needed in order to use libconfig
 in your own C++ programs.

Package: libconfig++8-dev
Architecture: any
Section: oldlibs
Priority: extra
Depends: libconfig++-dev,
         ${misc:Depends}
Description: Transitional package for libconfig++-dev
 This is a transitional package for libconfig++-dev, and can be safely removed
 when no other package depends on it.

Package: libconfig-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libconfig9 (= ${binary:Version}),
         ${misc:Depends}
Description: parsing/manipulation of structured config files (debug symbols)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files.
 .
 This package provides debugging information for the libconfig library.

Package: libconfig++-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libconfig9 (= ${binary:Version}),
         libconfig++9v5 (= ${binary:Version}),
         ${misc:Depends}
Description: parsing/manipulation of structured config files (C++ debug symbols)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files.
 .
 This package provides debugging information for the libconfig++ library.

Package: libconfig-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Breaks: libconfig-dev (<= 1.4.8)
Replaces: libconfig-dev (<= 1.4.8)
Description: parsing/manipulation of structured config files (Documentation)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files.
 .
 This package provides documentation for the libconfig library.