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
|
Source: golang-github-zyedidia-terminal
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>,
Utkarsh Gupta <guptautkarsh2102@gmail.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-nsf-termbox-go-dev,
golang-github-zyedidia-pty-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-zyedidia-terminal
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-zyedidia-terminal.git
Homepage: https://github.com/zyedidia/terminal
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/zyedidia/terminal
Package: golang-github-zyedidia-terminal-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-nsf-termbox-go-dev,
golang-github-zyedidia-pty-dev
Description: vt10x terminal emulation backend
Provides a vt10x terminal emulation backend, influenced largely by st, rxvt,
xterm, and iTerm as reference. Used for terminal muxing, a terminal emulation
frontend, or wherever else needed for terminal emulation.
|