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
|
Source: libscfg
Section: libdevel
Maintainer: Birger Schacht <birger@debian.org>
Build-Depends: debhelper-compat (=13),
meson,
pkgconf
Standards-Version: 4.7.3
Homepage: https://codeberg.org/emersion/libscfg
Vcs-Browser: https://salsa.debian.org/debian/libscfg
Vcs-Git: https://salsa.debian.org/debian/libscfg.git
Package: libscfg-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libscfg2 (= ${binary:Version})
Description: C library for scfg -- development files
scfg is a simple configuration file format.
.
The config file has one directive per line. Directives have a name, followed
by parameters separated by space characters. Parameters may be quoted.
Directives may have children in blocks delimited by "{" and "}". Lines
beginning with "#" are comments.
.
This package contains the C library header files.
Package: libscfg2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C library for scfg
scfg is a simple configuration file format.
.
The config file has one directive per line. Directives have a name, followed
by parameters separated by space characters. Parameters may be quoted.
Directives may have children in blocks delimited by "{" and "}". Lines
beginning with "#" are comments.
.
This package contains the C library shared libraries.
|