File: control

package info (click to toggle)
golang-github-mitchellh-ioprogress 0.0~git20150521.8163955-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72 kB
  • ctags: 29
  • sloc: makefile: 5
file content (25 lines) | stat: -rw-r--r-- 1,084 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
Source: golang-github-mitchellh-ioprogress
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               pandoc
Standards-Version: 3.9.7
Homepage: https://github.com/mitchellh/ioprogress
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mitchellh-ioprogress.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-mitchellh-ioprogress.git
XS-Go-Import-Path: github.com/mitchellh/ioprogress

Package: golang-github-mitchellh-ioprogress-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Go package for progress bars around io.Reader/Writers
 ioprogress is a Google Go library with implementations of
 io.Reader and io.Writer that draws progress bars. The primary use case
 for these are for CLI applications but alternate progress bar writers can
 be supplied for alternate environments.