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

Changelog

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

  * New upstream version 0.7.1
  * Update and simplify versioned dependencies as per go.mod.
    The direct dependencies are now down to two as follows:
    - golang-github-alecthomas-assert-dev (>= 2.1.0)
    - golang-github-alecthomas-repr-dev (>= 0.1.0)
  * Bump Standards-Version to 4.6.2 (no change)
  * Revert "Skip TestCustomWrap which causes FTBFS with golang-1.19"
    which was merged upstream on 2022-08-26 for v0.7.0 (released 2022-10-17),
    see https://github.com/alecthomas/kong/pull/328

 -- Anthony Fok <email address hidden>  Wed, 08 Mar 2023 10:39:11 -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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-kong_0.7.1-1.dsc 2.3 KiB 489d5f67d7eadcc93b65efe09efc68418230c75ef363462fc29d2084dfe6251c
golang-github-alecthomas-kong_0.7.1.orig.tar.gz 295.0 KiB 37d2278fd9635a94767fd57d19d3594e216c9f1253a9476c93dca4d79e10130f
golang-github-alecthomas-kong_0.7.1-1.debian.tar.xz 9.9 KiB 1c2c05666086fbee9d5855ec0c96454c60598a32332bb7306931b308081d00f1

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.