File: control

package info (click to toggle)
golang-github-mgutz-ansi 0.0~git20170206.9520e82-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 958 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
Source: golang-github-mgutz-ansi
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <alois@micard.lu>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-mattn-go-colorable-dev
Rules-Requires-Root: no
Standards-Version: 4.0.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
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.