libmath-base85-perl 0.5-ok1 source package in openKylin

Changelog

libmath-base85-perl (0.5-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Sat, 17 Sep 2022 16:35:23 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libmath-base85-perl_0.5.orig.tar.gz 10.1 KiB 6e943f8d2edbe62e6e297fd65bb840cfe61f5b3f275a5a6d790f8f929d78b669
libmath-base85-perl_0.5-ok1.debian.tar.xz 4.0 KiB 01baf8ff47f8118788fe4ad054f28f55b6606546b67abd5733ff3208b3d3a321
libmath-base85-perl_0.5-ok1.dsc 1.8 KiB 13c325bf6c9af7fad1d60c991099998724c0608a5bbd584d4eca8ae9681514b1

Available diffs

View changes file

Binary packages built by this source

libmath-base85-perl: Perl extension for base 85 numbers, as referenced by RFC 1924

 RFC 1924 describes a compact, fixed-size representation of IPv6 addresses
 which uses a base 85 number system. Math::Base85 handles some of the uglier
 details of it.
 .
 The base 85 numbers (from 0 to 84) are as follows:
 .
 0..9 A..Z a..z ! # $ % & ( ) * + - ; < = > ? @ ^ _ ` { | } ~
 .
 At the moment, there's not much in this module. But it should be sufficient
 for the purposes of RFC 1924.
 .
 This module has a variable called $Math::Base85::base85_digits, which is a
 string containing the digits of the base 85 alphabet from lowest (0) to
 highest (~), in that order.