libargs 6.4.1-1 source package in Ubuntu

Changelog

libargs (6.4.1-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 14 Jul 2022 16:26:16 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libargs_6.4.1-1.dsc 1.9 KiB 6fcc2dfaad7f815b6259f2279bb28f1f2d94b80361e81c852785c4673b8e6870
libargs_6.4.1.orig.tar.gz 198.1 KiB 9b3f78208c9cfb06ccbeb7c44903018c8b036b6592a2d9a7d8695d1944060b35
libargs_6.4.1-1.debian.tar.xz 4.1 KiB 8d39287aa6355c97c7b9a558241f6d8aeb42d5bf2aba7fdf415dfdb2b39971e2

Available diffs

No changes file available.

Binary packages built by this source

libargs-dev: simple header-only C++ argument parser library

 Args is a simple, small, flexible, header-only C++ argument
 parssing library.
 .
 This is designed to appear somewhat similar to Python's argparse, but in
 C++, with static type checking, and hopefully a lot faster (also
 allowing fully nestable group logic, where Python's argparse does not).