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

Changelog

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

  * New upstream version 1.1.0
  * d/control: bump standards

 -- Dawid Dziurla <email address hidden>  Tue, 24 Dec 2019 22:52:19 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gcla-gowid_1.1.0-1.dsc 2.5 KiB 41a13adaacf8b37328e837454ce177cce79531dadcbed682aec27a01795af690
golang-github-gcla-gowid_1.1.0.orig.tar.gz 250.7 KiB 11fc1a0e8130adcb1b894b34eec81dfd56b8096fc489f8f2cce882d5e281f5da
golang-github-gcla-gowid_1.1.0-1.debian.tar.xz 2.5 KiB 258013d046dfc4737767699cf2b63507df15e5d70a50f9173cd0f440a6d89a17

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.