File: control

package info (click to toggle)
libmath-bigint-gmp-perl 1.6003-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,948 kB
  • ctags: 9
  • sloc: perl: 5,907; pascal: 3,765; makefile: 3; sh: 1
file content (30 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download
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-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>,
           Alessandro Ghedini <ghedo@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libgmp-dev,
               libmath-bigint-perl (>= 1.999808),
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               libyaml-perl,
               perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-bigint-gmp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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.999808)
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.