golang-github-alecthomas-kong 0.8.1-1 source package in Ubuntu

Changelog

golang-github-alecthomas-kong (0.8.1-1) unstable; urgency=medium

  * New upstream version 0.8.1

 -- Anthony Fok <email address hidden>  Fri, 08 Dec 2023 15:50:32 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-kong_0.8.1-1.dsc 2.3 KiB 7668b49e9f193a2065690809056b7a861a56bbc4a560ba1215af22d72e6db61d
golang-github-alecthomas-kong_0.8.1.orig.tar.gz 299.2 KiB 8dda3057ad628ee60a3e06ee05fa099f94f46bbfc765f34cc9e09bf78ab973ae
golang-github-alecthomas-kong_0.8.1-1.debian.tar.xz 9.9 KiB 30d861920c92e5ebcb5292a8f86792a556084cfe69818f8479ee81caf7fad90f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-alecthomas-kong-dev: command-line parser for Go

 Kong aims to support arbitrarily complex command-line structures
 with as little developer effort as possible.
 .
 To achieve that, command-lines are expressed as Go types, with the
 structure and tags directing how the command line is mapped onto the
 struct.