libmath-prime-util-gmp-perl 0.50-1 source package in Ubuntu

Changelog

libmath-prime-util-gmp-perl (0.50-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.50.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Tue, 02 Jan 2018 23:36:54 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libmath-prime-util-gmp-perl_0.50-1.dsc 2.3 KiB 3253793430f287291e2bebe4a12af38c3307adbe9d6b3e6d7cf4c308f602a092
libmath-prime-util-gmp-perl_0.50.orig.tar.gz 324.5 KiB 9cf168a30605c048850e69459ee257b7eee8ea9b902db193eafd439198ea8bab
libmath-prime-util-gmp-perl_0.50-1.debian.tar.xz 3.6 KiB 60cfc6ed820047876fb5ba4055d94d639313ce886fc61acf1081700cf89087e5

Available diffs

No changes file available.

Binary packages built by this source

libmath-prime-util-gmp-perl: utilities related to prime numbers, using GMP

 Math::Prime::Util::GMP contains a set of utilities related to prime numbers,
 using GMP. This includes primality tests, getting primes in a range, and
 factoring.
 .
 While it certainly can be used directly, the main purpose of this module is
 for Math::Prime::Util. That module will automatically load this if it is
 installed, greatly speeding up many of its operations on big numbers.
 .
 Inputs and outputs for big numbers are via strings, so you do not need to use
 a bigint package in your program. However if you do use bigints, inputs will
 be converted internally so there is no need to convert before a call. Output
 results are returned as either Perl scalars (for native-size) or strings (for
 bigints). Math::Prime::Util tries to reconvert all strings back into the
 callers bigint type if possible, which makes it more convenient for
 calculations.

libmath-prime-util-gmp-perl-dbgsym: debug symbols for libmath-prime-util-gmp-perl