File: control

package info (click to toggle)
golang-github-schollz-progressbar 3.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 844 kB
  • sloc: makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,462 bytes parent folder | download | duplicates (2)
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
Source: golang-github-schollz-progressbar
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mattn-go-runewidth-dev,
               golang-github-mitchellh-colorstring-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-crypto-dev,
               golang-github-k0kubun-go-ansi-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-schollz-progressbar
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-schollz-progressbar.git
Homepage: https://github.com/schollz/progressbar
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/schollz/progressbar

Package: golang-github-schollz-progressbar-dev
Architecture: all
Depends: golang-github-mattn-go-runewidth-dev,
         golang-github-mitchellh-colorstring-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-crypto-dev,
         golang-github-k0kubun-go-ansi-dev,
         ${misc:Depends}
Description: thread-safe progress bar for Golang applications
 This package contains a very simple thread-safe progress bar which
 should work on every OS without problems.
 In order to be OS agnostic it is not planned to support multi-line
 outputs.