golang-github-gdamore-encoding 1.0.0-3 source package in Ubuntu

Changelog

golang-github-gdamore-encoding (1.0.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 17:20:24 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gdamore-encoding_1.0.0-3.dsc 2.3 KiB ea40fc4562e96119cfc19a19a97cf5425c809cb67f2d2df503933ad79e270473
golang-github-gdamore-encoding_1.0.0.orig.tar.gz 10.6 KiB 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013
golang-github-gdamore-encoding_1.0.0-3.debian.tar.xz 2.4 KiB 7a1f03cb71f4ffdc9a45c5158236241df3fa90fab0e446fcbd0c70e005b800b4

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gdamore-encoding-dev: Various character map encodings missing from golang.org/x/net/encoding

 Package encoding provides a number of encodings that are missing from
 the standard Go encoding package.
 .
 The UTF8 Encoder is also useful for situations where valid UTF-8 might be
 carried in streams that contain non-valid UTF. One use case is helping to
 cope with terminals that embed escape sequences in otherwise valid UTF-8.