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

Changelog

golang-github-gosuri-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 16:26: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-gosuri-uiprogress_0.0~git20170224.d0567a9-1.1.dsc 2.4 KiB 1a0a558f51da228afce6c4921d9036fa7b5547cb4bab6bbd568dc3849baf7c8c
golang-github-gosuri-uiprogress_0.0~git20170224.d0567a9.orig.tar.xz 1.4 MiB 3d04e6778be4217980bc96b141e41306435a9693fb0f89eed91092b278217e02
golang-github-gosuri-uiprogress_0.0~git20170224.d0567a9-1.1.debian.tar.xz 2.2 KiB ba82bf5e2dcb2ab6a4ffd197ef45b66ac3bc879c24d546d40787bdc2980dbbaa

No changes file available.

Binary packages built by this source

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

 Progress bars improve readability for terminal applications with long
 outputs by providing a concise feedback loop.
 .
 Features:
 * Multiple Bars: uiprogress 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