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
|
Source: golang-github-tv42-zbase32
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/tv42/zbase32
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tv42-zbase32
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tv42-zbase32.git
XS-Go-Import-Path: github.com/tv42/zbase32
Testsuite: autopkgtest-pkg-go
Package: golang-github-tv42-zbase32-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Human-oriented encoding for binary data
zbase32 implements the z-base-32 encoding as specified in
http://philzimmermann.com/docs/human-oriented-base-32-encoding.txt
.
This package has been extensively tested to match the behavior of the
zbase32 Python package (https://pypi.python.org/pypi/zbase32/).
.
Note that this is not RFC 4648/3548, for that see encoding/base32
(http://golang.org/pkg/encoding/base32/). z-base-32 is a variant that
aims to be more human-friendly, and in some circumstances shorter.
|