File: control

package info (click to toggle)
golang-github-zyedidia-tcell 0.0~git20190212.5c58b4e-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,828 kB
  • sloc: sh: 16; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,387 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
32
Source: golang-github-zyedidia-tcell
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-mattn-go-runewidth-dev,
               golang-github-smartystreets-goconvey-dev,
               golang-x-text-dev,
               golang-github-gdamore-encoding-dev,
               golang-github-lucasb-eyer-go-colorful-dev
Standards-Version: 4.3.0
Homepage: https://github.com/zyedidia/tcell
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-zyedidia-tcell
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-zyedidia-tcell.git
XS-Go-Import-Path: github.com/zyedidia/tcell
Testsuite: autopkgtest-pkg-go

Package: golang-github-zyedidia-tcell-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-mattn-go-runewidth-dev,
         golang-github-smartystreets-goconvey-dev,
         golang-x-text-dev,
         golang-github-gdamore-encoding-dev,
         golang-github-lucasb-eyer-go-colorful-dev
Description: Cell based view for text terminals
 Provide a cell based view for text terminals, like xterm. It was inspired by
 termbox, but differs from termbox in some important ways. It also adds
 substantial functionality beyond termbox.