File: control

package info (click to toggle)
golang-github-mgutz-ansi 0.0~git20200706.d51e80e-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, sid, trixie
  • size: 92 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,027 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
21
22
23
24
25
26
27
Source: golang-github-mgutz-ansi
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>,
           Anthony Fok <foka@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mattn-go-colorable-dev
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/mgutz/ansi
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mgutz-ansi
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mgutz-ansi.git
XS-Go-Import-Path: github.com/mgutz/ansi
Testsuite: autopkgtest-pkg-go

Package: golang-github-mgutz-ansi-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-mattn-go-colorable-dev
Description: Small, fast library to create ANSI colored strings and codes
 Package ansi is a small, fast library to create ANSI colored strings
 and codes.