File: control

package info (click to toggle)
libmime-base32-perl 1.301-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • ctags: 11
  • sloc: perl: 72; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download
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: libmime-base32-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>, 
           Keith Lawson <keith@nowhere.ca>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/MIME-Base32
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmime-base32-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmime-base32-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libmime-base32-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Base32 encoder/decoder
 Similar to Base64, Base32 encodes arbitrary (binary) data in ASCII text.  The
 difference to Base64 is that Base32 encoding is case insensitive.
 .
 Base32 is defined in rfc3548 using the characters [A-Z2-7], but this module
 by default uses [0-9A-V] for compatibility with older versions of
 MIME::Base32.  An RFC compliant mode is also provided, though.