File: control

package info (click to toggle)
golang-github-gcla-gowid 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,456 kB
  • sloc: makefile: 4
file content (65 lines) | stat: -rw-r--r-- 2,363 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: golang-github-gcla-gowid
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
Build-Depends-Indep:
 golang-any,
 golang-github-gdamore-tcell.v2-dev,
 golang-github-hashicorp-golang-lru-dev,
 golang-github-pkg-errors-dev,
 golang-github-rakyll-statik-dev,
 golang-github-stretchr-testify-dev,
 golang-gopkg-alecthomas-kingpin.v2-dev,
 golang-logrus-dev,
 golang-pty-dev,
 golang-golang-x-text-dev,
 golang-github-guptarohit-asciigraph-dev,
 golang-github-go-test-deep-dev,
 golang-github-araddon-dateparse-dev,
 golang-github-creack-pty-dev,
Standards-Version: 4.6.1.0
Homepage: https://github.com/gcla/gowid
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gcla-gowid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gcla-gowid.git
XS-Go-Import-Path: github.com/gcla/gowid
Testsuite: autopkgtest-pkg-go

Package: golang-github-gcla-gowid-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-gdamore-tcell.v2-dev,
 golang-github-hashicorp-golang-lru-dev,
 golang-github-pkg-errors-dev,
 golang-github-rakyll-statik-dev,
 golang-github-stretchr-testify-dev,
 golang-gopkg-alecthomas-kingpin.v2-dev,
 golang-logrus-dev,
 golang-pty-dev,
 golang-golang-x-text-dev,
 golang-github-guptarohit-asciigraph-dev,
 golang-github-go-test-deep-dev,
 golang-github-araddon-dateparse-dev,
 golang-github-creack-pty-dev,
Description: Compositional widgets for terminal user interfaces, inspired by urwid
 Gowid provides widgets and a framework for making terminal user
 interfaces. It's written in Go and inspired by urwid (http://urwid.org).
 .
 Widgets out-of-the-box include:
  • input components like button,
    checkbox and an editable text field with support for passwords
  • layout components for arranging widgets in columns, rows and a grid
  • structured components - a tree, an infinite list and a table
  • pre-canned widgets - a progress bar, a modal dialog, a bar graph and a menu
  • a VT220-compatible terminal widget, heavily cribbed from urwid
 .
 All widgets support interaction with the mouse when the terminal allows.
 .
 Gowid is built on top of the fantastic tcell
 (https://github.com/gdamore/tcell) package.