golang-github-nsf-termbox-go 0.0~git20160914-3 source package in Ubuntu

Changelog

golang-github-nsf-termbox-go (0.0~git20160914-3) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Remove Built-Using from arch:all -dev package

  [ Michael Stapelberg ]
  * Set XS-Go-Import-Path

 -- Michael Stapelberg <email address hidden>  Fri, 09 Feb 2018 09:39:21 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-nsf-termbox-go_0.0~git20160914-3.dsc 2.3 KiB fabf3e0b4da66ee6df8e7308eb93e0203d5d602828186a0299a22f0c6bb3f82b
golang-github-nsf-termbox-go_0.0~git20160914.orig.tar.gz 29.3 KiB 1fa8e37bc94369f472063fcb8631626639d59000ff5d1d90875e0fad56acc766
golang-github-nsf-termbox-go_0.0~git20160914-3.debian.tar.xz 2.6 KiB 7b590646a01dcdabe61634a5d9b1b3fcc2dcfb11abfc48a2a3f28cff5831ede9

No changes file available.

Binary packages built by this source

golang-github-nsf-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.