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 36 37 38 39 40 41
|
Source: golang-github-jaguilar-vt100
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tong Sun <suntong001@users.sourceforge.net>,
Utkarsh Gupta <utkarsh@debian.org>,
Aloïs Micard <alois@micard.lu>,
Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-facebookgo-httpdown-dev,
golang-github-pkg-term-dev (>= 1.1.0),
golang-github-stretchr-testify-dev,
golang-glog-dev,
golang-pty-dev,
golang-golang-x-sys-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jaguilar-vt100
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jaguilar-vt100.git
Homepage: https://github.com/jaguilar/vt100
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/jaguilar/vt100
Package: golang-github-jaguilar-vt100-dev
Architecture: all
Depends: golang-github-facebookgo-httpdown-dev,
golang-github-pkg-term-dev (>= 1.1.0),
golang-github-stretchr-testify-dev,
golang-glog-dev,
golang-pty-dev,
golang-golang-x-sys-dev,
${misc:Depends}
Description: raw-mode vt100 screen reader
golang-github-jaguilar-vt100-dev is a vt100 screen reader. It does a decent
job of parsing the nethack input stream.
.
The features currently supported: Cursor movement, Erasing, Many
of the text properties -- underline, inverse, blink, etc., Sixteen
colors, Cursor saving and unsaving, UTF-8
|