File: control

package info (click to toggle)
libmath-bigint-perl 2.003004-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,572 kB
  • sloc: perl: 12,923; pascal: 6,467; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,230 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-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Roland Rosenfeld <roland@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libscalar-list-utils-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-bigint-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-bigint-perl.git
Homepage: https://metacpan.org/release/Math-BigInt
Rules-Requires-Root: no

Package: libmath-bigint-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libscalar-list-utils-perl
Description: arbitrary size integer/floating/rational number math package
 Math::BigInt, Math::BigFloat, and Math::BigRat are modules for arbitrary
 precision integers, floating point numbers, and rational numbers.
 .
 All operators are overloaded; operations with overloaded operators preserve
 the arguments.
 .
 Math::BigInt, Math::BigFloat, and Math::BigRat are also in perl core, this
 package provides newer versions separately.