golang-sourcehut-rockorager-vaxis 0.9.2-2 source package in Ubuntu

Changelog

golang-sourcehut-rockorager-vaxis (0.9.2-2) unstable; urgency=medium

  * Source-only Upload.

 -- Nilesh Patra <email address hidden>  Sun, 14 Jul 2024 00:31:14 +0530

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-sourcehut-rockorager-vaxis_0.9.2-2.dsc 1.9 KiB e4eb310e3a2ee33a2c1d1153cf85c3a0932fe095f1baec89af3bf295a59b7034
golang-sourcehut-rockorager-vaxis_0.9.2.orig.tar.xz 82.5 KiB 05fb98b7b76457333d2ecf6071ea903d06d5652ac9ec4b29a5a7a14844487c0a
golang-sourcehut-rockorager-vaxis_0.9.2-2.debian.tar.xz 6.1 KiB ccc558da5d1f5242a05c97563061dc20398fa03f0c9670935223c5f17edc47a0

No changes file available.

Binary packages built by this source

golang-sourcehut-rockorager-vaxis-dev: Terminal User Interface (TUI) library for go

 Vaxis is a Terminal User Interface (TUI) library for go. Vaxis supports
 modern terminal features, such as styled underlines and graphics. A
 widgets package is provided with some useful widgets.
 .
 Vaxis is blazingly fast at rendering. It might not be as fast or
 efficient as notcurses, but significant profiling has been done to
 reduce all render bottlenecks while still maintaining the feature-set.
 .
 Vaxis does not use terminfo. Support for features is detected
 through terminal queries. Vaxis assumes xterm-style escape codes
 everywhere else.