argh 1.3.2+ds-2 source package in Ubuntu
Changelog
argh (1.3.2+ds-2) unstable; urgency=medium * Team upload. * Fix watch file * Set upstream metadata fields: Repository-Browse. -- Andreas Tille <email address hidden> Sun, 27 Nov 2022 06:41:02 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
argh_1.3.2+ds-2.dsc | 1.9 KiB | 51cb724b1f2872a35c2c9794c2ad77feb5a482b65c6972a65546dc3f50df7301 |
argh_1.3.2+ds.orig.tar.xz | 38.9 KiB | 7ebdf41a353172c235829290997c5685fb8199ed7c4f0dc5017bb85df209dbaa |
argh_1.3.2+ds-2.debian.tar.xz | 3.3 KiB | da645b5fe559445120b8788f0987960364f341713d0e39046377aa54493f1f41 |
Available diffs
- diff from 1.3.2+ds-1 to 1.3.2+ds-2 (613 bytes)
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.