File: control

package info (click to toggle)
golang-github-cheggaaa-pb.v3 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 332 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,198 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
Source: golang-github-cheggaaa-pb.v3
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-fatih-color-dev,
               golang-github-mattn-go-colorable-dev,
               golang-github-mattn-go-runewidth-dev,
               golang-github-vividcortex-ewma-dev
Standards-Version: 4.6.1
Homepage: https://github.com/cheggaaa/pb
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cheggaaa-pb.v3
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cheggaaa-pb.v3.git
XS-Go-Import-Path: github.com/cheggaaa/pb
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-cheggaaa-pb.v3-dev
Architecture: all
Depends: golang-github-fatih-color-dev,
         golang-github-mattn-go-colorable-dev,
         golang-github-mattn-go-runewidth-dev,
         golang-github-vividcortex-ewma-dev,
         ${misc:Depends}
Description: simple console progress bar for Go
 This package provides a simple progress bar for console programs.