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
|
Source: libeconf
Priority: optional
Maintainer: Andreas Henriksson <andreas@fatal.se>
Build-Depends: debhelper-compat (= 13), meson, doxygen <!nodoc>
Standards-Version: 4.7.0
Section: libs
Homepage: https://github.com/openSUSE/libeconf
Vcs-Browser: https://salsa.debian.org/debian/libeconf
Vcs-Git: https://salsa.debian.org/debian/libeconf.git
Package: libeconf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libeconf0 (= ${binary:Version}), ${misc:Depends}
Description: parse and manage key=value configuration files - development files
libeconf is a highly flexible and configureable library to parse and manage
key=value configuration files. It reads configuration file snippets from
different directories and builds the final configuration file for the
application from it.
.
The first file is the vendor provided configuration file. There are two
methods of overriding this vendor settings: copy the file from /usr/vendordir
to /etc and modify the settings. Alternatively, a directory named
file.suffix.d/ within /etc can be created, with drop-in files in the form
name.suffix. This files contain only the changes of the specific settings the
user is interested in. There can be several such drop-in files, they are
processed in lexicographic order of their filename.
.
This package provides the development files needed at compile-time.
Package: libeconf0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parse and manage key=value configuration files
libeconf is a highly flexible and configureable library to parse and manage
key=value configuration files. It reads configuration file snippets from
different directories and builds the final configuration file for the
application from it.
.
The first file is the vendor provided configuration file. There are two
methods of overriding this vendor settings: copy the file from /usr/vendordir
to /etc and modify the settings. Alternatively, a directory named
file.suffix.d/ within /etc can be created, with drop-in files in the form
name.suffix. This files contain only the changes of the specific settings the
user is interested in. There can be several such drop-in files, they are
processed in lexicographic order of their filename.
.
This package provides the library files needed at runtime.
Package: libeconf-utils
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parse and manage key=value configuration files - command line utils
libeconf is a highly flexible and configureable library to parse and manage
key=value configuration files. It reads configuration file snippets from
different directories and builds the final configuration file for the
application from it.
.
The first file is the vendor provided configuration file. There are two
methods of overriding this vendor settings: copy the file from /usr/vendordir
to /etc and modify the settings. Alternatively, a directory named
file.suffix.d/ within /etc can be created, with drop-in files in the form
name.suffix. This files contain only the changes of the specific settings the
user is interested in. There can be several such drop-in files, they are
processed in lexicographic order of their filename.
.
This package provides command line utilities (econftool).
|