1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: golang-github-gdamore-encoding
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Paride Legovini <paride@debian.org>,
Nick Morrott <nickm@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-text-dev (>= 0.14.0),
Standards-Version: 4.7.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-golang-x-text-dev (>= 0.14.0),
${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.
|