Exherbo
GitLab
Packages
dev-libs/popl
Program Options Parser Lib.
Versions
Slot
Version
Repository
Platforms
0
1.3.0
arbor
~amd64
arm?
armv7?
armv8?
x86?
Metadata
Homepage
https://github.com/badaix/popl
Summary
Program Options Parser Lib
Description
popl is a c++ option parser that supports the same options as GNU's getopt and thus closely follows the POSIX guidelines for the command-line options of a program. * Single header file implementation. Simply include and use it! * No external dependencies, just C++11 * Platform independent * Supports the same set of options as GNU's getopt: short options, long options, non-option arguments, ... * Templatized option parsing: arguments are directly casted into the desired target type * Automatic creation of a usage message * Easy to use: no strange braces syntax, but for each command line option one typesafe object
Dependencies
(
build:
sys-devel/cmake[>=3.24.0]
)
Downloads
https://github.com/badaix/popl/archive/v1.3.0.tar.gz -> popl-1.3.0.tar.gz
Licences
MIT