1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: cxxopts
Priority: optional
Section: libs
Maintainer: Shriram Ravindranathan <s20n@ters.dev>
Build-Depends:
cmake (>= 3.14),
debhelper-compat (= 13),
pkgconf,
Standards-Version: 4.7.2
Homepage: https://github.com/jarro2783/cxxopts
Vcs-Git: https://salsa.debian.org/debian/cxxopts.git
Vcs-Browser: https://salsa.debian.org/debian/cxxopts
Package: libcxxopts-dev
Architecture: all
Multi-Arch: foreign
Section: libdevel
Depends:
${misc:Depends},
Description: Lightweight C++ option parser library
Cxxopts is a header-only lightweight C++ option parser library.
It supports the standard GNU style syntax.
|