golang-github-smira-commander 0.0~git20140515.f408b00-1.1 source package in Ubuntu

Changelog

golang-github-smira-commander (0.0~git20140515.f408b00-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 17:01:48 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-smira-commander_0.0~git20140515.f408b00-1.1.dsc 2.4 KiB f2266c96cedb86da3ef71a788220a8fcfe5c08496fc3984fd528755d486cf7c6
golang-github-smira-commander_0.0~git20140515.f408b00.orig.tar.xz 6.4 KiB e3a29427d19c6c4e87f90f721ce6c1cde1555b3f836a9494df72f18de4305b32
golang-github-smira-commander_0.0~git20140515.f408b00-1.1.debian.tar.xz 2.3 KiB 1afd18b9c46e5a12bc4bef7b0c4ec29fbbe928764c707719972a74dcdc86a2ad

No changes file available.

Binary packages built by this source

golang-github-smira-commander-dev: library to provide command-line commands and sub-commands

 Package commander is a fork of a spin off of golang go tool
 infrastructure to provide commands and sub-commands.
 .
 This package is a fork of t he original commander package, with the
 following modifications:
   - flags could be placed anywhere on the command line
   - flags in whole subcommand tree should be non-conflicting
     (i.e. one name - one value type)
   - interface has changed: first flags should be parsed, then command
     dispatched