File: control

package info (click to toggle)
golang-github-vbauerster-mpb 5.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 884 kB
  • sloc: makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download
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
Source: golang-github-vbauerster-mpb
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-acarl005-stripansi-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-vividcortex-ewma-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.5.0
Homepage: https://github.com/vbauerster/mpb
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vbauerster-mpb
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vbauerster-mpb.git
XS-Go-Import-Path: github.com/vbauerster/mpb
Testsuite: autopkgtest-pkg-go

Package: golang-github-vbauerster-mpb-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-acarl005-stripansi-dev,
         golang-github-mattn-go-isatty-dev,
         golang-github-vividcortex-ewma-dev,
         golang-golang-x-crypto-dev
Description: multi progress bar for Go cli applications
 mpb is a golang library for rendering progress bars in terminal
 applications.