Source: libmcfp Priority: optional Section: libs Maintainer: Debian Med Packaging Team Uploaders: Maarten L. Hekkelman 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.