golang-github-jesseduffield-termbox-go 0.0~git20200823.a2289ed-1 source package in Ubuntu

Changelog

golang-github-jesseduffield-termbox-go (0.0~git20200823.a2289ed-1) unstable; urgency=medium

  * New upstream 0.0~git20200823.a2289ed
  * d/control: Comply the Standards-Version 4.6.2.0

 -- Jongmin Kim <email address hidden>  Wed, 16 Aug 2023 23:45:03 +0900

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jesseduffield-termbox-go_0.0~git20200823.a2289ed-1.dsc 2.5 KiB 82605ad6b6014ab5f69cfe6ba7ee1ca1993141e9c13b03463cc010b2b7739b7b
golang-github-jesseduffield-termbox-go_0.0~git20200823.a2289ed.orig.tar.xz 26.9 KiB 501dadd02023f2e4cf469ff39ca22a5cdf56168eed233e705d105a139a61d2ed
golang-github-jesseduffield-termbox-go_0.0~git20200823.a2289ed-1.debian.tar.xz 2.5 KiB 5e497b9c5909a76669d342c03fe1d9e8f5fae4a3d8b10f54edeec373f6fd6034

No changes file available.

Binary packages built by this source

golang-github-jesseduffield-termbox-go-dev: pure Go implementation of termbox library

 Termbox is a library that provides a minimalistic API which allows
 the programmer to write text-based user interfaces.
 .
 The basic idea is an abstraction of the greatest common subset of
 features available on all major terminals and other terminal-like
 APIs in a minimalistic fashion. Small API means it is easy to
 implement, test, maintain and learn it, that's what makes the termbox
 a distinct library in its area.
 .
 This package includes the patch for preventing the out of bounds errors
 when calling PollEvent().