Source: golang-github-noborus-tcellansi
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-gdamore-tcell.v3-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-noborus-tcellansi
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-noborus-tcellansi.git
Homepage: https://github.com/noborus/tcellansi
XS-Go-Import-Path: github.com/noborus/tcellansi

Package: golang-github-noborus-tcellansi-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-gdamore-tcell-dev,
         ${misc:Depends},
Description: RANSI escape sequence parser for the tcell terminal
 The tcellansi provides translation abstractions that parse standard
 ANSI text escape sequences and convert them directly into corresponding
 tcell styling attributes.
 .
 It bridges the gap between applications emitting raw terminal escape
 codes and the structured window rendering layer of the tcell console
 platform.
