argh 1.3.2+ds-1 source package in Ubuntu

Changelog

argh (1.3.2+ds-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * Refresh no_install_cmake_files.patch.

 -- Étienne Mollier <email address hidden>  Sun, 15 May 2022 13:48:58 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
argh_1.3.2+ds-1.dsc 2.0 KiB dabcd97d75fc22d1335b3123f9d3c7d3bdfdae0bd5d886ed6dd8eb09e380e1f3
argh_1.3.2+ds.orig.tar.xz 38.9 KiB 7ebdf41a353172c235829290997c5685fb8199ed7c4f0dc5017bb85df209dbaa
argh_1.3.2+ds-1.debian.tar.xz 3.3 KiB 5cbd8cfaf7add536712f79d443c6b8c9e3d487105a59a4d6e85632cc6e08d8b2

Available diffs

No changes file available.

Binary packages built by this source

libargh-dev: C++ header-only command line processing library

 So many different command line processing libraries out there and none
 of them just work! Some bring their whole extended family of related and
 unrelated external dependencies (yes, I'm looking at you Boost). Some
 require quirky syntax and/or very verbose setups that sacrifice
 simplicity for the generation of a cute usage message and validation.
 Many come to dominate your main() file and yet others do not build on
 multiple platforms - for some even their own tests and trivial usage
 cause crashes on some systems. Argh!
 .
 If you're writing a highly-sophisticated command line tool, then
 Boost.Program_options and its kind might give you many advanced options.
 However, if you need to get up and running quickly, effectively and with
 minimal fuss, give the single header-file argh a try.