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