File: control

package info (click to toggle)
golang-github-zyedidia-tcell 2.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: sh: 16; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,525 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
33
34
35
Source: golang-github-zyedidia-tcell
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mattn-go-runewidth-dev,
               golang-github-smartystreets-goconvey-dev,
               golang-golang-x-text-dev,
               golang-github-gdamore-encoding-dev,
               golang-github-xo-terminfo-dev,
               golang-github-lucasb-eyer-go-colorful-dev
Standards-Version: 4.6.2
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
Homepage: https://github.com/zyedidia/tcell
XS-Go-Import-Path: github.com/zyedidia/tcell
Rules-Requires-Root: no

Package: golang-github-zyedidia-tcell-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-mattn-go-runewidth-dev,
         golang-github-smartystreets-goconvey-dev,
         golang-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.