C++ command line option parser library
This is the build2
package for cxxopts
, a lightweight C++ command line option parser library.
Usage
To use libcxxopts
in your project, add the following configurations to the respective files after you have gained access to a build2
package repository that contains it.
manifest
To make cxxopts
available for import, add the following dependency to the manifest
of each package in your project that requires it, adjusting the version constraint as appropriate.
depends: libcxxopts ^3.3.1
buildfile
To import the contained library, use the following declaration in your buildfile
.
... More
license | MIT |
---|---|
project | cxxopts |
url | github.com/jarro2783/cxxopts |
doc-url | github.com/jarro2783/cxxopts/wiki |
src-url | github.com/jarro2783/cxxopts |
topics | option parserpositional arguments |
3 Versions
version | 3.3.1 |
---|---|
repository | https://pkg.cppget.org/1/testing |
depends | 1; libicuuc ? |
reviews | +1 |
version | 3.1.1+2 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 1; libicuuc ? |
reviews | +1 |
version | 3.2.0 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 1; libicuuc ? |
reviews | +1 |