File: control

package info (click to toggle)
golang-github-fatih-color 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 112 kB
  • ctags: 130
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,134 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
Source: golang-github-fatih-color
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Starr-Bochicchio <asb@debian.org>,
           Peter Colberg <peter@colberg.org>,
           Diego M. Rodriguez <diego.plan9@gmail.com>
Build-Depends: debhelper (>= 10),
               dh-golang (>= 1.10~),
               golang-any,
               golang-github-mattn-go-colorable-dev,
               golang-github-mattn-go-isatty-dev (>= 0.0.2)
Standards-Version: 4.0.0
Homepage: https://github.com/fatih/color
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-fatih-color.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-fatih-color.git
XS-Go-Import-Path: github.com/fatih/color

Package: golang-github-fatih-color-dev
Architecture: all
Depends: golang-github-mattn-go-colorable-dev,
         golang-github-mattn-go-isatty-dev (>= 0.0.2),
         ${misc:Depends},
         ${shlibs:Depends}
Description: console colors for Go
 This package provides colorized output in console programs using
 ANSI escape sequences.