File: control

package info (click to toggle)
libconfuse 3.3-2%2Bdeb11u1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,060 kB
  • sloc: ansic: 5,532; lex: 451; xml: 439; makefile: 211; sh: 39
file content (57 lines) | stat: -rw-r--r-- 1,883 bytes parent folder | download
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
Source: libconfuse
Section: libs
Priority: optional
Maintainer: Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: flex, pkg-config
Build-Depends-Indep: doxygen, xmlto
Rules-Requires-Root: no
XS-Testsuite: autopkgtest
Standards-Version: 4.5.1
Homepage: https://github.com/libconfuse/libconfuse

Package: libconfuse2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libconfuse-common (>= ${source:Version})
Description: Library for parsing configuration files
 libConfuse is a configuration file parser library written in C. It
 supports sections and (lists of) values (strings, integers, floats,
 booleans or other sections), as well as some other features (such as
 single/double-quoted strings, environment variable expansion,
 functions and nested include statements).
 .
 It makes it very easy to add configuration file capability to a
 program using a simple API.

Package: libconfuse-common
Section: libs
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Common files for libConfuse
 This package contains internationalization files for the confuse
 library.

Package: libconfuse-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libconfuse2 (= ${binary:Version}), ${misc:Depends}
Recommends: libconfuse-doc
Description: Development files for libConfuse
 This package contains the header files and static library needed to
 compile applications that use the confuse library.

Package: libconfuse-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: libconfuse-dev
Breaks: libconfuse-dev (<< 3.2.1+dfsg-1~)
Replaces: libconfuse-dev (<< 3.2.1+dfsg-1~)
Description: Documentation for libConfuse
 This package contains the documentation of the confuse library.