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 26 27 28 29 30
|
Source: libmath-int128-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmath-int64-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-int128-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-int128-perl.git
Homepage: https://metacpan.org/release/Math-Int128
Rules-Requires-Root: no
Package: libmath-int128-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libmath-int64-perl
Description: Perl module to manipulate 128 bits integers
Math::Int128 adds support for 128 bit integers, signed and unsigned, to Perl.
.
The API is comparable to Math::Int64, just s/64/128/g ;-)
.
Besides that, as object allocation and destruction has been found to be a
bottleneck, an alternative set of operations that use their first argument as
the output (instead of the return value) is also provided.
|