deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: golang-github-mattn-go-runewidth-dev
Description: |-
raw ANSI sequence helpers for Go
Package ansi provides raw ANSI sequence helpers for Go.
.
ANSI Writer
.
import "github.com/muesli/ansi"
.
w := ansi.Writer{Forward: os.Stdout}
w.Write([]byte("\x1b[31mHello, world!\x1b[0m"))
w.Close()
.
Compressor
.
The ANSI compressor eliminates unnecessary/redundant ANSI sequences.
.
import "github.com/muesli/ansi/compressor"
.
w := compressor.Writer{Forward: os.Stdout}
w.Write([]byte("\x1b[31mHello, world!\x1b[0m"))
w.Close()
Homepage: https://github.com/muesli/ansi
Installed-Size: '30'
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Multi-Arch: foreign
Package: golang-github-muesli-ansi-dev
Priority: optional
Section: golang
Source: golang-github-muesli-ansi
Version: 0.0~git20211031.c9f0611-2
srcpkg_name: golang-github-muesli-ansi
srcpkg_version: 0.0~git20211031.c9f0611-2