File: control

package info (click to toggle)
golang-github-gosuri-uitable 0.0~git20170830.36ee7e94-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: makefile: 7
file content (27 lines) | stat: -rw-r--r-- 998 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
27
Source: golang-github-gosuri-uitable
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
 Nobuhiro Iwamatsu <iwamatsu@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-mattn-go-runewidth-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/gosuri/uitable
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gosuri-uitable.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gosuri-uitable
XS-Go-Import-Path: github.com/gosuri/uitable

Package: golang-github-gosuri-uitable-dev
Architecture: all
Depends:
 golang-github-mattn-go-runewidth-dev,
 ${misc:Depends},
Multi-Arch: foreign
Description: go library to improve readability in terminal apps using tabular data
 uitable is a go library for representing data as tables for terminal
 applications. It provides primitives for sizing and wrapping columns to
 improve readability.