libconvert-ascii85-perl 0.01-3 source package in Ubuntu

Changelog

libconvert-ascii85-perl (0.01-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libconvert-ascii85-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 18:29:34 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconvert-ascii85-perl_0.01-3.dsc 2.1 KiB 1be967e67dd4211ba18e34d9861b7fb2c0c1e14d3031bab1c97c6b8f020a51fb
libconvert-ascii85-perl_0.01.orig.tar.gz 4.3 KiB 2dd53d4d89f7e967c1929d3fbec3f0fc6b26590b190fab4257322fbff037f907
libconvert-ascii85-perl_0.01-3.debian.tar.xz 1.9 KiB c1b91ada0ced808834450754d6064a96903f8fe4f0de9ef9a4a012aec9a758b1

Available diffs

No changes file available.

Binary packages built by this source

libconvert-ascii85-perl: module for encoding and decoding of ascii85/base85 strings

 Convert::Ascii85 implements the Ascii85 (also known as Base85) algorithm for
 encoding binary data as text. This is done by interpreting each group of four
 bytes as a 32-bit integer, which is then converted to a five-digit base-85
 representation using the digits from ASCII 33 (!) to 117 (u).
 .
 This is similar to MIME::Base64 but more space efficient: The overhead is
 only 1/4 of the original data (as opposed to 1/3 for Base64).