File: control

package info (click to toggle)
libargs 6.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,212 kB
  • sloc: cpp: 15,120; makefile: 56; sh: 19; python: 12
file content (23 lines) | stat: -rw-r--r-- 862 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: libargs
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: libdevel
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/libargs
Vcs-Git: https://salsa.debian.org/med-team/libargs.git
Homepage: https://github.com/Taywee/args
Rules-Requires-Root: no

Package: libargs-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: simple header-only C++ argument parser library
 Args is a simple, small, flexible, header-only C++ argument
 parssing library.
 .
 This is designed to appear somewhat similar to Python's argparse, but in
 C++, with static type checking, and hopefully a lot faster (also
 allowing fully nestable group logic, where Python's argparse does not).