File: control

package info (click to toggle)
golang-github-tatsushid-go-prettytable 0.0~git20141013.ed2d14c-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,084 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
Source: golang-github-tatsushid-go-prettytable
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nilesh Patra <npatra974@gmail.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mattn-go-runewidth-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tatsushid-go-prettytable
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tatsushid-go-prettytable.git
Homepage: https://github.com/tatsushid/go-prettytable
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/tatsushid/go-prettytable

Package: golang-github-tatsushid-go-prettytable-dev
Architecture: all
Depends: golang-github-mattn-go-runewidth-dev,
         ${misc:Depends}
Description: Builds a simple text table with a multibyte, doublewidth character support
 go-prettytable go-prettytable is a library for
 Golang to build a simple text table with a multibyte,
 doublewidth character support.