golang-github-jroimartin-gocui 0.3.0+git20170212.45.ed41d1b-1 source package in Ubuntu

Changelog

golang-github-jroimartin-gocui (0.3.0+git20170212.45.ed41d1b-1) unstable; urgency=medium

  [ Jack Henschel ]
  * Initial release (Closes: #856514)

 -- Jack Henschel <email address hidden>  Sun, 09 Apr 2017 21:47:33 +0200

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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jroimartin-gocui_0.3.0+git20170212.45.ed41d1b-1.dsc 2.4 KiB e702d39f57708cd4647946517eb49cddd334e2355d257ba0be2b663d45937d72
golang-github-jroimartin-gocui_0.3.0+git20170212.45.ed41d1b.orig.tar.xz 24.4 KiB 95e00e313206cceba6402b521340ac2eec208faa4b1ee9dc9667413e37e52548
golang-github-jroimartin-gocui_0.3.0+git20170212.45.ed41d1b-1.debian.tar.xz 2.6 KiB ac8ade86f0e7b8a2e91d748950a5fd5770542d65578b12546ae6503411534444

No changes file available.

Binary packages built by this source

golang-github-jroimartin-gocui-dev: Minimalist Go package aimed at creating Console User Interfaces

 Features
 • Minimalist API.
 • Views (the "windows" in the GUI) implement the interface io.ReadWriter.
 • Support for overlapping views.
 • The GUI can be modified at runtime (concurrent-safe).
 • Global and view-level keybindings.
 • Mouse support.
 • Colored text.
 • Customizable edition mode.
 • Easy to build reusable widgets, complex layouts...