Source: golang-github-gdamore-encoding
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Paride Legovini <paride@debian.org>,
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-golang,
 golang-any,
 golang-golang-x-text-dev (>= 0.22.0),
Standards-Version: 4.7.4
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

Package: golang-github-gdamore-encoding-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-golang-x-text-dev (>= 0.22.0),
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.
