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
|
Source: golang-github-gizak-termui
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-mattn-go-runewidth-dev,
golang-github-mitchellh-go-wordwrap-dev,
golang-github-nsf-termbox-go-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gizak-termui
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gizak-termui.git
Homepage: https://github.com/gizak/termui
XS-Go-Import-Path: github.com/gizak/termui
Package: golang-github-gizak-termui-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-mattn-go-runewidth-dev,
golang-github-mitchellh-go-wordwrap-dev,
golang-github-nsf-termbox-go-dev,
${misc:Depends},
Description: Golang terminal dashboard (library)
termui is a cross-platform and fully-customizable terminal dashboard and
widget library built on top of termbox-go. It is inspired by blessed-contrib
and tui-rs and written purely in Go.
|