Path to this page:
./
devel/cxxopts,
Lightweight C++ option parser library
Branch: pkgsrc-2022Q3,
Version: 3.0.0,
Package name: cxxopts-3.0.0,
Maintainer: pkgsrc-usersThis is a lightweight C++ option parser library, supporting the
standard GNU style syntax for options.
Options can be given as:
--long
--long=argument
--long argument
-a
-ab
-abc argument
where c takes an argument, but a and b do not.
Additionally, anything after -- will be parsed as a positional
argument.
Master sites:
Filesize: 94.746 KB
Version history: (Expand)
- (2022-09-26) Package added to pkgsrc.se, version cxxopts-3.0.0 (created)