1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
  
     | 
    
      Source: golang-github-xorpaul-uiprogress
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jack Henschel <jackdev@mailbox.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-gosuri-uilive-dev,
               golang-github-gosuri-uiprogress-dev,
Standards-Version: 4.3.0
Homepage: https://github.com/xorpaul/uiprogress
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xorpaul-uiprogress
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xorpaul-uiprogress.git
XS-Go-Import-Path: github.com/xorpaul/uiprogress
Testsuite: autopkgtest-pkg-go
Package: golang-github-xorpaul-uiprogress-dev
Architecture: all
Depends: ${misc:Depends}
Description: 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
 
     |