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
|
Source: libmcfp
Priority: optional
Section: libs
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Maarten L. Hekkelman <maarten@hekkelman.com>
Build-Depends: debhelper-compat (= 13),
libboost-dev,
cmake
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/libmcfp
Vcs-Git: https://salsa.debian.org/med-team/libmcfp.git
Homepage: https://github.com/mhekkel/libmcfp
Rules-Requires-Root: no
Package: libmcfp-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}
Description: header only configuration parser library
There are already a few configuration parser around, but most of them
introduce runtime dependencies. This header-only library avoids that
and add a simple to use and complete C++ API for accessing configuration
passed through command line arguments or configuration files. The argv
parsing is following the POSIX standard.
.
Configuration is available throughout the entire program using a singleton
object.
|