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

Changelog

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

  * New upstream version 0.2.1
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
  * Add "Rules-Requires-Root: no" to debian/control
  * Bump Standards-Version to 4.4.1 (no change)
  * debian/gbp.conf: Change debian-branch to debian/sid for DEP-14 conformance
  * Remove debian/patches which contained only old upstream patch
  * Add new dependency on golang-github-pkg-errors-dev

 -- Anthony Fok <email address hidden>  Mon, 02 Dec 2019 13:37:33 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-kong_0.2.1-1.dsc 2.3 KiB 542bf7f5d1419e594f5776fedf27fa6282c0c7245bbf6e598753d5ea215d0d8e
golang-github-alecthomas-kong_0.2.1.orig.tar.gz 268.1 KiB 7cdf67cbc4dc6bdc62c2bc440094c776eb28a8a6890b6e390bde1568883544f9
golang-github-alecthomas-kong_0.2.1-1.debian.tar.xz 9.0 KiB 52d5efef58e8c1b3135a7eed8c63d4491726d661b883677db8d07fca18575fd1

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.