File: control

package info (click to toggle)
golang-github-k0kubun-colorstring 0.0~git20150214.0.9440f19-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 68 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 982 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
Source: golang-github-k0kubun-colorstring
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/k0kubun/colorstring
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-k0kubun-colorstring.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-k0kubun-colorstring.git
XS-Go-Import-Path: github.com/k0kubun/colorstring
Testsuite: autopkgtest-pkg-go

Package: golang-github-k0kubun-colorstring-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Go library for colorizing strings for terminal output
 colorstring is a Go library for outputting colored strings to a console 
 using a simple inline syntax in your string to specify the color to print as.