File: control

package info (click to toggle)
golang-github-fatih-color 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, bullseye-backports, experimental
  • size: 120 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,207 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-fatih-color
Section: devel
Priority: optional
Standards-Version: 4.4.1
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>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang (>= 1.10~),
               golang-any,
               golang-github-mattn-go-colorable-dev,
               golang-github-mattn-go-isatty-dev (>= 0.0.2)
Homepage: https://github.com/fatih/color
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fatih-color
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fatih-color.git
XS-Go-Import-Path: github.com/fatih/color
Testsuite: autopkgtest-pkg-go

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.