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
|
Source: libmath-bigint-gmp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Laurent Fousse <laurent@komite.net>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
libgmp-dev,
libmath-bigint-perl (>= 1.999817) <!nocheck>,
libyaml-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-bigint-gmp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-bigint-gmp-perl.git
Homepage: https://metacpan.org/release/Math-BigInt-GMP
Package: libmath-bigint-gmp-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends},
libmath-bigint-perl (>= 1.999817)
Description: module for arbitrary precision arithmetic using GMP
Math::BigInt::GMP is a Perl module that uses direct bindings to the GNU
Multiple Precision Arithmetic Library (also known as GMP) to provide a
high-performance drop-in replacement for Math::BigInt.
|