File: control

package info (click to toggle)
libmime-base64-urlsafe-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 72 kB
  • sloc: perl: 25; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (2)
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
Source: libmime-base64-urlsafe-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmime-base64-urlsafe-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmime-base64-urlsafe-perl.git
Homepage: https://metacpan.org/release/MIME-Base64-URLSafe

Package: libmime-base64-urlsafe-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Perl version of Python's URL-safe base64 codec
 MIME::Base64::URLSafe is a perl version of python's URL-safe base64 encoder /
 decoder.
 .
 When embedding binary data in URL, it is preferable to use base64 encoding.
 However, two characters ('+' and '/') used in the standard base64 encoding have
 special meanings in URLs, often leading to re-encoding with URL-encoding, or
 worse, interoperability problems.
 .
 To overcome the problem, the module provides a variation of base64 codec
 compatible with python's urlsafe_b64encode / urlsafe_b64decode