golang-github-xorpaul-uiprogress 0.0~git20170224.d0567a9-1.1 source package in Ubuntu

Changelog

golang-github-xorpaul-uiprogress (0.0~git20170224.d0567a9-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:25 +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-xorpaul-uiprogress_0.0~git20170224.d0567a9-1.1.dsc 2.4 KiB 1662cea9df710bd9a2ac33fda5368ea1b9574636718eb3541c68038a6da192c5
golang-github-xorpaul-uiprogress_0.0~git20170224.d0567a9.orig.tar.xz 1.4 MiB 38aab97128afe6a6adeee05b56b27f8c49aa93ab15422801c2ad7a31a6fcfde8
golang-github-xorpaul-uiprogress_0.0~git20170224.d0567a9-1.1.debian.tar.xz 2.2 KiB 02498cebfaf160651965f5b1840ca06cc37d09b522d61289d68bdf33f3961bf3

No changes file available.

Binary packages built by this source

golang-github-xorpaul-uiprogress-dev: Go library to render progress bars in terminal applications

 Custom fork of github.com/gosuri/uiprogress
 .
 Progress bars improve readability for terminal applications with long
 outputs by providing a concise feedback loop.
 .
 Features:
 * Multiple Bars: can render multiple progress bars that can be tracked
   concurrently
 * Dynamic Addition: Add additional progress bars any time,
   even after the progress tracking has started
 * Prepend and Append Functions: Append or prepend completion percent
   and time elapsed to the progress bars
 * Custom Decorator Functions: Add custom functions around the bar along
   with helper functions