argagg 0.4.6-6 source package in Ubuntu

Changelog

argagg (0.4.6-6) unstable; urgency=medium

  * Orphan package

  [ Debian Janitor ]
  * Set upstream metadata fields

  [ Didier Raboud ]
  * S-V: Update to 4.6.0 without changes needed
  * Run wrap-and-sort -baskt
  * Fix MIT/Expat license name, thanks to cme
  * Bump debhelper compat to 13

 -- Didier Raboud <email address hidden>  Wed, 01 Sep 2021 15:53:51 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
argagg_0.4.6-6.dsc 2.0 KiB 106d5b7b2526bae8afad804ecf1930ca0b2e885d5cc82b8f91c062c010b93edf
argagg_0.4.6.orig.tar.gz 109.2 KiB a34e052238767416bb4fa2a07e5097d7e387ed0853c7c5816520a24588afba5c
argagg_0.4.6-6.debian.tar.xz 25.4 KiB e35b53a66389e3b03453839cb7626c5b26cc10728281ff792b7b0f7237c7fa8f

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.