golang-github-gcla-gowid 1.4.0-1 source package in Ubuntu

Changelog

golang-github-gcla-gowid (1.4.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stephen Gelman <email address hidden>  Wed, 14 Sep 2022 17:31:34 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gcla-gowid_1.4.0-1.dsc 2.6 KiB 27f5007c5accaff7b6ba294624ac3a531fa8d8d1f61803dfcd9dd90ba8be37e9
golang-github-gcla-gowid_1.4.0.orig.tar.gz 268.5 KiB eb0a347415d6f1148cc4e2401192ff1b507bfbc458f2e50ca52fabfb423cf0b8
golang-github-gcla-gowid_1.4.0-1.debian.tar.xz 2.9 KiB c90c74be3b9653c6685b03804a17dc229c517141b267d0ccf2e655cffb0228e4

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gcla-gowid-dev: 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.