Source: golang-github-gdamore-encoding Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Paride Legovini , Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-smartystreets-goconvey-dev, golang-golang-x-text-dev, Standards-Version: 4.5.0 Homepage: https://github.com/gdamore/encoding Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gdamore-encoding Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gdamore-encoding.git XS-Go-Import-Path: github.com/gdamore/encoding Testsuite: autopkgtest-pkg-go Rules-Requires-Root: no Package: golang-github-gdamore-encoding-dev Architecture: all Depends: golang-github-smartystreets-goconvey-dev, golang-golang-x-text-dev, ${misc:Depends}, Description: 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.