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-randomorg-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Niko Tyni <ntyni@iki.fi>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libtest-pod-perl,
libtest-pod-coverage-perl,
libwww-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-randomorg-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-randomorg-perl.git
Homepage: https://metacpan.org/release/Math-RandomOrg
Testsuite: autopkgtest-pkg-perl
Package: libmath-randomorg-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libwww-perl
Description: Perl module to retrieve random numbers and data from random.org
Math::RandomOrg provides functions for retrieving random data from
the random.org server. Data may be retrieved in an integer or
byte-stream format using the randnum and randbyte functions
respectively.
|