1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libuuid-urandom-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcrypt-urandom-perl (>= 0.36),
perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libuuid-urandom-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libuuid-urandom-perl.git
Homepage: https://metacpan.org/release/UUID-URandom
Package: libuuid-urandom-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcrypt-urandom-perl (>= 0.36)
Description: Perl module to provide UUIDs based on /dev/urandom
UUID::URandom provides a portable, secure generator of RFC-4122 version 4
(random) UUIDs. It is a thin wrapper around Crypt::URandom to set the UUID
version and variant bits required by the RFC.
|