Source: golang-github-jwalton-go-supportscolor
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-golang-x-term-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jwalton-go-supportscolor
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jwalton-go-supportscolor.git
Homepage: https://github.com/jwalton/go-supportscolor
XS-Go-Import-Path: github.com/jwalton/go-supportscolor

Package: golang-github-jwalton-go-supportscolor-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-term-dev,
         ${misc:Depends},
Description: terminal color capability detection library for Go
 The go-supportscolor provides automated inspection utilities to
 determine the level of color support available in the current terminal
 environment.
 .
 It analyzes standard system environment flags, specific command-line
 overrides, and terminal stream properties to detect basic 16-color,
 256-color, or truecolor profiles.
