golang-github-pborman-getopt 1.1.0-2 source package in Ubuntu

Changelog

golang-github-pborman-getopt (1.1.0-2) unstable; urgency=medium

  * Source only upload for transition to testing.

 -- Martin Dosch <email address hidden>  Sun, 23 Jan 2022 16:15:51 +0100

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pborman-getopt_1.1.0-2.dsc 2.2 KiB 60099e4360584c4f60d710572df3ee339a71be7f8b9a9845111e6aeb94d655aa
golang-github-pborman-getopt_1.1.0.orig.tar.gz 40.2 KiB 3018d7168bcafe3e8da21dab9e236cf4d8d6fa80691fb86e19b0d26ef1688567
golang-github-pborman-getopt_1.1.0-2.debian.tar.xz 2.4 KiB f42612fe036484e45ae44f54303bbdcbf2a4dfd365f01723a80e6e78db47a4b3

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pborman-getopt-dev: getopt style option parsing for Go (library)

 The Package getopt provides traditional getopt processing for implementing
 commands that use traditional command lines. The standard Go flag
 package cannot be used to write a program that parses flags the way ls
 or ssh do, for example.