argagg 0.4.6-5 source package in Ubuntu

Changelog

argagg (0.4.6-5) unstable; urgency=medium

  * Bump debhelper from old 11 to 12.
  * Bump S-V to 4.4 without changes needed
  * Convert patch-queue to git debrebase

 -- Didier Raboud <email address hidden>  Fri, 20 Sep 2019 16:40:13 +0200

Upload details

Uploaded by:
Didier Raboud
Uploaded to:
Sid
Original maintainer:
Didier Raboud
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
argagg_0.4.6-5.dsc 1.8 KiB b6bb4c141a3431d997cd25a0f4a5c6a3987f1dbf63b2f4c6fa769b44b2bd6c06
argagg_0.4.6.orig.tar.gz 109.2 KiB a34e052238767416bb4fa2a07e5097d7e387ed0853c7c5816520a24588afba5c
argagg_0.4.6-5.debian.tar.xz 25.2 KiB 8cb486fc66a1a879a8ce1abc24fcab500226de51495ff872f7d6c9f714766183

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.