golang-github-konsorten-go-windows-terminal-sequences 1.0.2-3 source package in Ubuntu

Changelog

golang-github-konsorten-go-windows-terminal-sequences (1.0.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + golang-github-konsorten-go-windows-terminal-sequences-dev: Add Multi-Arch:
      foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 04 Feb 2021 17:48:18 +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 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-konsorten-go-windows-terminal-sequences_1.0.2-3.dsc 2.5 KiB 4924cbc38c8cffc823c812ecd75fe589d3cad6a37cb17006ff8ed63a0f6e256f
golang-github-konsorten-go-windows-terminal-sequences_1.0.2.orig.tar.xz 1.8 KiB 5f062759dc044b29b63e7150ae976de4723eb4efcb9ce0d6a7f365b7df6fd611
golang-github-konsorten-go-windows-terminal-sequences_1.0.2-3.debian.tar.xz 2.3 KiB cfb49384a3e8a53f7fd7772f3f962c5db6024101f90d4d3742204ffa47411512

Available diffs

No changes file available.

Binary packages built by this source

golang-github-konsorten-go-windows-terminal-sequences-dev: Enable support for Windows Terminal Colors

 This library allows enabling Windows terminal color support for Go.
 .
 Virtual terminal sequences are control character sequences that can control
 cursor movement, color/font mode, and other operations when written to the
 output stream. Sequences may also be received on the input stream in response
 to an output stream query information sequence or as an encoding of user input
 when the appropriate mode is set.