File: control

package info (click to toggle)
golang-github-fatih-color 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,379 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
30
31
32
33
Source: golang-github-fatih-color
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.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>,
           Anthony Fok <foka@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-mattn-go-colorable-dev (>= 0.1.13),
               golang-github-mattn-go-isatty-dev (>= 0.0.20),
               golang-golang-x-sys-dev (>= 0.18.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
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
Homepage: https://github.com/fatih/color
XS-Go-Import-Path: github.com/fatih/color

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