yaggo 1.5.10-6 source package in Ubuntu

Changelog

yaggo (1.5.10-6) unstable; urgency=medium

  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 01 Dec 2022 21:36:43 +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 Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yaggo_1.5.10-6.dsc 2.0 KiB 0c03837b2e8aea8ad581ae258f9c85a608f04bf0a55d0d2b07d79e5fc8833f51
yaggo_1.5.10.orig.tar.gz 41.6 KiB 3a81532d3be8109a0e44949a04ccf74cc1b5c8fee47789a12c8cabc6fa0b1e4f
yaggo_1.5.10-6.debian.tar.xz 5.1 KiB bde60fe5ada94d07de42b492feb96a2544875b5d8f1e89c5d74c33724ecacef2

Available diffs

No changes file available.

Binary packages built by this source

yaggo: generate command line parser using getopt_long

 Yaggo is a tool to generate command line parsers for C++. Yaggo stands
 for "Yet Another GenGetOpt" and is inspired by GNU Gengetopt.
 .
 It reads a configuration file describing the switches and argument for
 a C++ program and it generates one header file that parses the command
 line using getopt_long(3).