File: control

package info (click to toggle)
cxxopts 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 964 kB
  • sloc: cpp: 17,116; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: cxxopts
Priority: optional
Section: libs
Maintainer: Shriram Ravindranathan <s20n@ters.dev>
Build-Depends:
 cmake (>= 3.14),
 debhelper-compat (= 13),
 pkgconf,
Rules-Requires-Root: no
Standards-Version: 4.6.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.