Source: libmath-int128-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmath-int64-perl , 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.