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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: golang-github-olekukonko-tablewriter
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Anthony Fok <foka@debian.org>,
Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang (>= 1.21~),
golang-any,
golang-github-fatih-color-dev,
golang-github-mattn-go-runewidth-dev,
golang-github-olekukonko-errors-dev,
golang-github-olekukonko-ll-dev,
golang-github-olekukonko-ts-dev,
golang-github-rivo-uniseg-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-olekukonko-tablewriter
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-olekukonko-tablewriter.git
Homepage: https://github.com/olekukonko/tablewriter
XS-Go-Import-Path: github.com/olekukonko/tablewriter
Package: golang-github-olekukonko-tablewriter-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-fatih-color-dev,
golang-github-mattn-go-runewidth-dev,
golang-github-olekukonko-errors-dev,
golang-github-olekukonko-ll-dev,
golang-github-olekukonko-ts-dev,
golang-github-rivo-uniseg-dev
Breaks: golang-etcd-server-dev (<= 3.5.16-4),
golang-github-bougou-go-ipmi-dev (<= 0.7.7-1),
golang-github-checkpoint-restore-checkpointctl-dev (<= 1.3.0+ds1-2),
golang-github-jaytaylor-html2text-dev (<= 0.0~git20211013.90c08c5-2),
golang-github-kotakanbe-go-cve-dictionary-dev (<= 0.3.1-5),
golang-github-lxc-incus-dev (<= 6.0.4-3),
golang-github-rubenv-sql-migrate-dev (<= 0.0~git20191213.0633851-3),
golang-github-yggdrasil-network-yggdrasil-go-dev (<= 0.5.12-2),
golang-gitlab-gitlab-org-gitaly-dev (<= 16.11.6+ds1-4),
hugo (<= 0.131.0-1),
minio-client (<= 0.0~20250403-3),
tea-cli (<= 0.9.2-1),
vuls (<= 0.6.1-5)
Multi-Arch: foreign
Description: generate ASCII tables in Golang
Library to generate ASCII tables using Go. Features automatic
padding, multiple lines, alignment, custom separators, and much
more.
|