golang-github-alecthomas-colour 0.0~git20191101.a1c6bd8-1 source package in Ubuntu

Changelog

golang-github-alecthomas-colour (0.0~git20191101.a1c6bd8-1) unstable; urgency=medium

  * Team upload.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Andreas Tille ]
  * Add watch file
  * Default Salsa CI
  * New upstream version
  * Standards-Version: 4.7.2 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Section: s/devel/golang/ (routine-update)
  * Set upstream metadata fields: Repository-Browse.

 -- Andreas Tille <email address hidden>  Fri, 12 Sep 2025 22:52:48 +0200

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 Pocket Published Component Section
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-colour_0.0~git20191101.a1c6bd8-1.dsc 2.4 KiB 98651fdbcc22c14b761e8f25b2a5f6622d0ce2b7bd3583725aad4636f3b78f74
golang-github-alecthomas-colour_0.0~git20191101.a1c6bd8.orig.tar.xz 3.3 KiB 560337a434f72ab3a05275ba86626869e3bfc21a2283cc99212b0098348c492d
golang-github-alecthomas-colour_0.0~git20191101.a1c6bd8-1.debian.tar.xz 2.3 KiB c6b1f160bef859249628267c8e646c1fe36c0d456314ab884126448ecba0df75

No changes file available.

Binary packages built by this source

golang-github-alecthomas-colour-dev: Quake-style colour formatting for Unix terminals

 Go package colour provides Quake-style colour formatting
 for Unix terminals.
 .
 The package level functions can be used to write to stdout (or strings
 or other files). If stdout is not a terminal, colour formatting will
 be stripped.
 .
 Example:
     colour.Printf("^0black ^1red ^2green ^3yellow ^4blue ^5magenta ^6cyan
                    ^7white^R\n")
 .
 For more control, a Printer object can be created with various helper
 functions. This can be used to do useful things such as strip formatting,
 write to strings, and so on.