Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days ago
JSON representation
Perl extension for base 85 numbers, as referenced by RFC 1924
- Host: GitHub
- URL: https://github.com/paultcochrane/math-base85
- Owner: paultcochrane
- License: other
- Created: 2017-10-16T06:42:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T14:30:59.000Z (about 4 years ago)
- Last Synced: 2024-11-18T20:15:02.582Z (2 months ago)
- Topics: base85, perl, perl-module, perl5
- Language: Perl
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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 installPlease 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.