SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Math-BigInt-FastCalc rpm build for : OpenSuSE. For other distributions click perl-Math-BigInt-FastCalc.

Name : perl-Math-BigInt-FastCalc
Version : 0.501.800 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150600.1.1 Date : 2024-05-14 14:02:56
Group : Unspecified Source RPM : perl-Math-BigInt-FastCalc-0.501.800-150600.1.1.src.rpm
Size : 0.04 MB
Packager : https://www_suse_com/
Summary : Math::BigInt::Calc with some XS for more speed
Description :
Math::BigInt::FastCalc inherits from Math::BigInt::Calc.

Provides support for big integer calculations. Not intended to be used by
other modules. Other modules which sport the same functions can also be
used to support Math::BigInt, like Math::BigInt::GMP or Math::BigInt::Pari.

In order to allow for multiple big integer libraries, Math::BigInt was
rewritten to use library modules for core math routines. Any module which
follows the same API as this can be used instead by using the following:

use Math::BigInt lib => \'libname\';

\'libname\' is either the long name (\'Math::BigInt::Pari\'), or only the short
version like \'Pari\'. To use this library:

use Math::BigInt lib => \'FastCalc\';

The default behaviour is to chose the best internal representation of big
integers, but the base length used in the internal representation can be
specified explicitly. Note that this must be done before Math::BigInt is
loaded. For example,

use Math::BigInt::FastCalc base_len => 3;
use Math::BigInt lib => \'FastCalc\';

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP6/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Math-BigInt-FastCalc-0.501.800-150600.1.1.x86_64.rpm
     

Provides :
perl(Math::BigInt::FastCalc)
perl-Math-BigInt-FastCalc
perl-Math-BigInt-FastCalc(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
perl(:MODULE_COMPAT_5.26.1)
perl(Carp) >= 1.22
perl(Math::BigInt) >= 2.3.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Math
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Math/BigInt
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Math/BigInt/FastCalc.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/BigInt
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/BigInt/FastCalc
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/BigInt/FastCalc/FastCalc.so
/usr/share/doc/packages/perl-Math-BigInt-FastCalc
/usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
/usr/share/doc/packages/perl-Math-BigInt-FastCalc/CREDITS
/usr/share/doc/packages/perl-Math-BigInt-FastCalc/README
/usr/share/doc/packages/perl-Math-BigInt-FastCalc/README.md
/usr/share/doc/packages/perl-Math-BigInt-FastCalc/TODO
/usr/share/licenses/perl-Math-BigInt-FastCalc
/usr/share/licenses/perl-Math-BigInt-FastCalc/LICENSE
/usr/share/man/man3/Math::BigInt::FastCalc.3pmc.gz

 
ICM