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 34 35
|
Source: golang-pretty
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-kr-text-dev (>= 0.2.0),
golang-github-rogpeppe-go-internal-dev (>= 1.9.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-pretty
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-pretty.git
Homepage: https://github.com/kr/pretty/
XS-Go-Import-Path: github.com/kr/pretty
Package: golang-github-kr-pretty-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-kr-text-dev (>= 0.2.0),
golang-github-rogpeppe-go-internal-dev (>= 1.9.0),
${misc:Depends}
Breaks: golang-pretty-dev (<< 0.0~git20160325.0.add1dbc-1~)
Provides: golang-pretty-dev
Replaces: golang-pretty-dev (<< 0.0~git20160325.0.add1dbc-1~)
Description: Pretty printing for Go values
Go library package github.com/kr/pretty provides pretty-printing
for Go values. This is useful during debugging, to avoid wrapping
long output lines in the terminal.
.
It provides a function, Formatter, that can be used with any function
that accepts a format string. It also provides convenience wrappers
for functions in packages fmt and log.
|