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
libmath-base85-perl (0.5-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Sat, 17 Sep 2022 16:35:23 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
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 |
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::
string containing the digits of the base 85 alphabet from lowest (0) to
highest (~), in that order.