File: control

package info (click to toggle)
golang-github-xo-terminfo 0.0~git20220910.abceb7e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: sh: 50; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,256 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
Source: golang-github-xo-terminfo
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>,
           Nilesh Patra <nilesh@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xo-terminfo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xo-terminfo.git
Homepage: https://github.com/xo/terminfo
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/xo/terminfo

Package: terminfo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Binary package for terminfo
 terminfo provides a pure-Go implementation of reading information from
 the terminfo database. This provides the infocmp binary from terminfo.

Package: golang-github-xo-terminfo-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: terminfo package in pure go
 terminfo provides a pure-Go implementation of reading information from
 the terminfo database. terminfo is meant as a replacement for ncurses in
 simple Go programs.