File: control

package info (click to toggle)
golang-github-gosuri-uilive 0.0~git20170323.ac356e6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 802 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
Source: golang-github-gosuri-uilive
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
Standards-Version: 4.3.0
Homepage: https://github.com/gosuri/uilive
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gosuri-uilive
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gosuri-uilive.git
XS-Go-Import-Path: github.com/gosuri/uilive
Testsuite: autopkgtest-pkg-go

Package: golang-github-gosuri-uilive-dev
Architecture: all
Depends: ${misc:Depends}
Description: Go library for updating terminal output in realtime
 It provides a buffered io.Writer that is flushed at a timed interval.