Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paultcochrane/math-base85

Perl extension for base 85 numbers, as referenced by RFC 1924
https://github.com/paultcochrane/math-base85

base85 perl perl-module perl5

Last synced: 2 days ago
JSON representation

Perl extension for base 85 numbers, as referenced by RFC 1924

Awesome Lists containing this project

README

        

# Math::Base85

This module handles numbers in base 85, via strings and Math::BigInt.
For more information, read the module or rfc1924.txt.

## Installation

You can install this module with a CPAN client, which will resolve and
install the dependencies, e.g.:

$ cpanm Math::Base85

If you wish to install the software manually, use the following
instructions:

$ perl Makefile.PL
$ make
$ make test
$ make install

Please report bugs via the project issue tracker:
https://github.com/paultcochrane/Math-Base85/issues

## Copyright and License

This distribution (with the exception of any included RFC's) is copyright
(c) 2001-2002 Tony Monroe; 2017 Paul Cochrane. All rights reserved. This
software is distributed under the same license terms as Perl itself. This
software comes with NO WARRANTIES WHATSOEVER, express, implied, or
otherwise.