File: control

package info (click to toggle)
golang-gocolorize 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 59
  • sloc: makefile: 6
file content (18 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: golang-gocolorize
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/agtorre/gocolorize
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-gocolorize.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-gocolorize.git

Package: golang-github-agtorre-gocolorize-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go
Description: Stateful ANSI coloring for Go
 Gocolorize is a package that allows Go programs to provide ANSI
 coloring in a stateful manner. Gocolorize is ideal for logging
 or cli applications.