golang-github-darkhz-tview 0.0~git20231221.b7c392e-1 source package in Ubuntu

Changelog

golang-github-darkhz-tview (0.0~git20231221.b7c392e-1) unstable; urgency=medium

  * Initial release (Closes: #1059833)

 -- Maytham Alsudany <email address hidden>  Tue, 02 Jan 2024 16:56:35 +0800

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-darkhz-tview_0.0~git20231221.b7c392e-1.dsc 2.4 KiB fe730030955980dee9d5850dc91df2d5a56ee0925f3aeb63b7b0ebb492c44a09
golang-github-darkhz-tview_0.0~git20231221.b7c392e.orig.tar.gz 1.9 MiB d34da88b718be5886ae102299a21c7064bbe0c56b1680bfa07bd620e4d8d50ed
golang-github-darkhz-tview_0.0~git20231221.b7c392e-1.debian.tar.xz 2.4 KiB b30d14c1d1c34b0108e35de639590aee967998f51cea79610d389c73f90a0a4a

No changes file available.

Binary packages built by this source

golang-github-darkhz-tview-dev: 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
  * Editable multi-line text areas
  * Sophisticated navigable table views
  * Flexible tree views
  * Selectable lists
  * Images
  * Grid, Flexbox and page layouts
  * Modal message windows
  * An application wrapper