File: control

package info (click to toggle)
libcrypt-urandom-perl 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 10
  • sloc: perl: 162; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 947 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libcrypt-urandom-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-pod-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-urandom-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-urandom-perl.git
Homepage: https://metacpan.org/release/Crypt-URandom

Package: libcrypt-urandom-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module that provides non blocking randomness
 Crypt::Urandom is intended to provide an interface to the strongest available
 source of non-blocking randomness on the current platform. 
 .
 Platforms currently supported are anything supporting /dev/urandom.