1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libmath-int64-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Don Armstrong <don@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
perl-xs-dev,
perl:native,
perl | libtest-simple-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-int64-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-int64-perl.git
Homepage: https://metacpan.org/release/Math-Int64
Package: libmath-int64-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: module to manipulate 64 bits integers in Perl
Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.
|