File: control

package info (click to toggle)
golang-github-nsf-termbox-go 0.0~git20160914-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, buster, experimental, forky, sid, trixie
  • size: 232 kB
  • sloc: python: 94; makefile: 18
file content (31 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: golang-github-nsf-termbox-go
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Haruki TSURUMOTO <tsu.root@gmail.com>
Build-Depends: debhelper (>= 8.0.0),
               dh-golang,
               golang-go,
               golang-github-mattn-go-runewidth-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-nsf-termbox-go.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-nsf-termbox-go.git
Homepage: https://github.com/nsf/termbox-go
XS-Go-Import-Path: github.com/nsf/termbox-go

Package: golang-github-nsf-termbox-go-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
         golang-go,
         golang-github-mattn-go-runewidth-dev
Replaces: golang-termbox-dev
Breaks: golang-termbox-dev
Description: 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.