argagg 0.4.6-4 source package in Ubuntu

Changelog

argagg (0.4.6-4) unstable; urgency=medium

  * Cleanup d/control thanks to `cme update dpkg-control`
  * Update Vcs-* for the move to Salsa
  * Bump debhelper compat to 11

 -- Didier Raboud <email address hidden>  Fri, 23 Feb 2018 20:52:18 +0100

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
argagg_0.4.6-4.dsc 1.9 KiB 41ea981e1f859ffd7bd55d9362ef2ce7080d9a2827d76d1f230b8924bb122d47
argagg_0.4.6.orig.tar.gz 109.2 KiB a34e052238767416bb4fa2a07e5097d7e387ed0853c7c5816520a24588afba5c
argagg_0.4.6-4.debian.tar.xz 25.2 KiB 9204b6ba95bc75d89b8748246d258631b4d2f45561d7f68be6029446402e0cf9

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.