1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libmath-base-convert-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# SOURCE_DATE_EPOCH
Build-Depends: debhelper (>= 9.20151004~)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-base-convert-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-base-convert-perl.git
Homepage: https://metacpan.org/release/Math-Base-Convert
Package: libmath-base-convert-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Multi-Arch: foreign
Description: module for very fast base to base conversion
Math::Base::Convert provides fast functions and methods to convert between
arbitrary number bases from 2 (binary) thru 65535.
.
This module is pure Perl, has no external dependencies, and is backward
compatible with old versions of Perl 5.
|