1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libconvert-base32-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-exception-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconvert-base32-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconvert-base32-perl.git
Homepage: https://metacpan.org/release/Convert-Base32
Testsuite: autopkgtest-pkg-perl
Package: libconvert-base32-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Multi-Arch: foreign
Description: module for encoding and decoding of base32 strings
Convert::Base32 provides functions to convert string from / to Base32
encoding, specified in RACE internet-draft. The Base32 encoding is designed
to encode non-ASCII characters in DNS-compatible host name parts.
.
See http://tools.ietf.org/html/draft-ietf-idn-race-03 for more details.
|