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
|
Source: golang-github-acarl005-stripansi
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 12),
dh-golang,
Build-Depends-Indep:
golang-any,
Standards-Version: 4.4.0
Homepage: https://github.com/acarl005/stripansi
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-acarl005-stripansi
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-acarl005-stripansi.git
XS-Go-Import-Path: github.com/acarl005/stripansi
Testsuite: autopkgtest-pkg-go
Package: golang-github-acarl005-stripansi-dev
Architecture: all
Depends:
${misc:Depends},
Description: Little Go package for removing ANSI color escape codes from strings
This Go package removes ANSI escape codes from strings.
.
Ideally, one would prevent these from appearing in any text one wants to
process. However, sometimes this can't be helped, and one needs to be able
to deal with that noise. This will use a regexp to remove those unwanted
escape codes.
|