Source: golang-github-muesli-termenv Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Francisco Vilmar Cardoso Ruviaro Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-lucasb-eyer-go-colorful-dev, golang-github-mattn-go-isatty-dev, golang-github-mattn-go-runewidth-dev, golang-golang-x-sys-dev Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://github.com/muesli/termenv Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-muesli-termenv Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-muesli-termenv.git XS-Go-Import-Path: github.com/muesli/termenv Testsuite: autopkgtest-pkg-go Package: golang-github-muesli-termenv-dev Architecture: all Depends: golang-github-lucasb-eyer-go-colorful-dev, golang-github-mattn-go-isatty-dev, golang-github-mattn-go-runewidth-dev, golang-golang-x-sys-dev, ${misc:Depends} Description: Advanced ANSI style & color support for your terminal applications Termenv lets you safely use advanced styling options on the terminal. It gathers information about the terminal environment in terms of its ANSI & color support and offers you convenient methods to colorize and style your output, without you having to deal with all kinds of weird ANSI escape sequences and color conversions.