File: control

package info (click to toggle)
golang-github-rivo-tview 0.0~git20230530.8bd761d-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,868 kB
  • sloc: makefile: 3
file content (44 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (2)
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
Source: golang-github-rivo-tview
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Jongmin Kim <jmkim@pukyong.ac.kr>,
 Daniel Milde <daniel@milde.cz>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-lucasb-eyer-go-colorful-dev,
               golang-github-mattn-go-runewidth-dev,
               golang-github-gdamore-tcell.v2-dev,
               golang-github-rivo-uniseg-dev (>= 0.4.2)
Standards-Version: 4.6.2
Homepage: https://github.com/rivo/tview
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rivo-tview
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rivo-tview.git
XS-Go-Import-Path: github.com/rivo/tview
Testsuite: autopkgtest-pkg-go

Package: golang-github-rivo-tview-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-lucasb-eyer-go-colorful-dev,
         golang-github-mattn-go-runewidth-dev,
         golang-github-gdamore-tcell.v2-dev,
         golang-github-rivo-uniseg-dev
Description: Rich interactive widgets for terminal-based UIs in Go
 This Go package provides commonly needed components for terminal based
 user interfaces. The widgets provided with this package are useful for
 data exploration and data entry.
 .
 Among these components are:
  * Input forms (include input/password fields, drop-down selections,
    checkboxes, and buttons)
  * Navigable multi-color text views
  * Sophisticated navigable table views
  * Flexible tree views
  * Selectable lists
  * Grid, Flexbox and page layouts
  * Modal message windows
  * An application wrapper