golang-github-alecthomas-colour 0.0~git20160524.60882d9-1.1 source package in Ubuntu

Changelog

golang-github-alecthomas-colour (0.0~git20160524.60882d9-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 16:32:32 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-colour_0.0~git20160524.60882d9-1.1.dsc 2.4 KiB f1dfc333db0f3c06814ce27a73137a63d1b55fefba6dc80513f46e57ce0866f4
golang-github-alecthomas-colour_0.0~git20160524.60882d9.orig.tar.xz 3.2 KiB ca37166698de2e5cc8287c433b2db341fe70c0c62a9672c8f9ce7c5af0397765
golang-github-alecthomas-colour_0.0~git20160524.60882d9-1.1.debian.tar.xz 2.0 KiB 0a48285f3d55a384e904c58d2b3f50eb093c24450db84aa88935926e9a7d03d9

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.