golang-github-acarl005-stripansi 0.0~git20180116.5a71ef0-3 source package in Ubuntu
Changelog
golang-github-acarl005-stripansi (0.0~git20180116.5a71ef0-3) unstable; urgency=medium [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit. * Update standards version to 4.5.0, no changes needed. * Apply multi-arch hints. + golang-github-acarl005-stripansi-dev: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Tue, 29 Nov 2022 19:51:14 +0000
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0-3.dsc | 2.4 KiB | a93f1ba6255e8284696d2d4f3d1ba8af06382fb9016f7a91864b81a31ff59ef3 |
golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0.orig.tar.gz | 1.5 KiB | e5a9410d33ce7653c7a19e8128c6e649d42fd1f10f74d651691d56ce74c919c8 |
golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0-3.debian.tar.xz | 2.3 KiB | 4645b904942b4e7b33e16e4441214284baa5854ede4f912525bae6c61935aa66 |
Available diffs
No changes file available.
Binary packages built by this source
- golang-github-acarl005-stripansi-dev: 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.