argagg 0.4.7-1 source package in Ubuntu

Changelog

argagg (0.4.7-1) unstable; urgency=medium

  * QA upload.
  * New upstream release.
  * debian/patches: Refresh patches.
  * debian/gbp.conf: Fix master branch name.

 -- Boyuan Yang <email address hidden>  Fri, 27 Jan 2023 13:13:35 -0500

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
argagg_0.4.7-1.dsc 1.9 KiB 56415cd0602658d4bf115eda19a09023ce160d2f7ee6d1689fb347bb2e076cf6
argagg_0.4.7.orig.tar.gz 114.2 KiB 5e740b904128eb2716750c72f19d33da49d904d34f1734f7e9113e9943cf3f7c
argagg_0.4.7-1.debian.tar.xz 25.7 KiB e246f66cc5ef492bba537994299e355e96a12acbd163315db935d6cb65a89680

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.