File: control

package info (click to toggle)
golang-github-jedib0t-go-pretty 6.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,700 kB
  • sloc: makefile: 28; sh: 14
file content (38 lines) | stat: -rw-r--r-- 1,650 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
28
29
30
31
32
33
34
35
36
37
38
Source: golang-github-jedib0t-go-pretty
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mattn-go-runewidth-dev,
               golang-github-pkg-profile-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-term-dev,
               tzdata
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/jedib0t/go-pretty
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jedib0t-go-pretty
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jedib0t-go-pretty.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/jedib0t/go-pretty

Package: golang-github-jedib0t-go-pretty-dev
Architecture: all
Depends: golang-github-mattn-go-runewidth-dev,
         golang-github-pkg-profile-dev,
         golang-github-stretchr-testify-dev,
         ${misc:Depends}
Description: Pretty print tables, lists, progress-bars and text
 Utilities to prettify console output of tables, lists, progress-bars and text.
 .
 Formatting  | Description
 Table       | Pretty-print tables into ASCII/Unicode strings.
 List        | Pretty-print lists with multiple levels/indents
               into ASCII/Unicode strings.
 Progress    | Track the Progress of one or more Tasks
               (like downloading multiple files in parallel).
 Text        | Utility functions to manipulate text with
               or without ANSI escape sequences.