File: control

package info (click to toggle)
golang-github-ryanuber-columnize 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 92 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,212 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
26
Source: golang-github-ryanuber-columnize
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12), dh-golang, golang-any
Homepage: https://github.com/ryanuber/columnize
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ryanuber-columnize
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ryanuber-columnize.git
XS-Go-Import-Path: github.com/ryanuber/columnize
Testsuite: autopkgtest-pkg-go

Package: golang-github-ryanuber-columnize-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: Easy column formatted output for golang
 Columnize is a really small Go package that makes building CLI's a little bit
 easier. In some CLI designs, you want to output a number similar items in a
 human-readable way with nicely aligned columns. However, figuring out how wide
 to make each column is a boring problem to solve and eats your valuable time.
 .
 This package contains the source.