argagg 0.4.6-7 source package in Ubuntu

Changelog

argagg (0.4.6-7) unstable; urgency=medium

  * QA upload.

  [ Didier Raboud ]
  * Add Salsa CI configuration

 -- Jelmer Vernooij <email address hidden>  Wed, 25 May 2022 18:58:28 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
argagg_0.4.6-7.dsc 1.9 KiB 1602aa50351663e5035b54bfce75bd7ee41813af273fe18028ddbba571af51aa
argagg_0.4.6.orig.tar.gz 109.2 KiB a34e052238767416bb4fa2a07e5097d7e387ed0853c7c5816520a24588afba5c
argagg_0.4.6-7.debian.tar.xz 25.5 KiB ecf7230abe4c919ebf6e4210e442c786037c46921bae0982c2fbe6f1f32a6cc0

Available diffs

No changes file available.

Binary packages built by this source

argagg-dev: Argument Aggregator - Simple C++11 command line argument parser

 This is yet another C++ command line argument/option parser. It was
 written as a simple and idiomatic alternative to other frameworks like
 getopt, Boost program options, TCLAP, and others. The goal is to achieve
 the majority of argument parsing needs in a simple manner with an easy
 to use API. It operates as a single pass over all arguments, recognizing
 flags prefixed by - (short) or -- (long) and aggregating them into easy
 to access structures with lots of convenience functions. It defers
 processing types until you access them, so the result structures end up
 just being pointers into the original command line argument C-strings.
 .
 argagg supports POSIX recommended argument syntax conventions.

argagg-dev-doc: Argument Aggregator - Simple C++11 command line argument parser - source doc

 This is yet another C++ command line argument/option parser. It was
 written as a simple and idiomatic alternative to other frameworks like
 getopt, Boost program options, TCLAP, and others. The goal is to achieve
 the majority of argument parsing needs in a simple manner with an easy
 to use API. It operates as a single pass over all arguments, recognizing
 flags prefixed by - (short) or -- (long) and aggregating them into easy
 to access structures with lots of convenience functions. It defers
 processing types until you access them, so the result structures end up
 just being pointers into the original command line argument C-strings.
 .
 argagg supports POSIX recommended argument syntax conventions.
 .
 This package contains the doxygen documentation for the argagg source code.