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-juju-ansiterm
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-isatty-dev,
golang-github-lunixbochs-vtclean-dev,
golang-gopkg-check.v1-dev
Standards-Version: 4.1.1
Homepage: https://github.com/juju/ansiterm
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-juju-ansiterm
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-juju-ansiterm.git
XS-Go-Import-Path: github.com/juju/ansiterm
Testsuite: autopkgtest-pkg-go
Package: golang-github-juju-ansiterm-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-isatty-dev,
golang-github-lunixbochs-vtclean-dev,
golang-gopkg-check.v1-dev
Description: colored writers and tabwriters
Package ansiterm provides a Writer that writes out the ANSI escape codes
for color and styles.
|