File: control

package info (click to toggle)
libbsd-arc4random-perl 1.50-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: ansic: 627; perl: 148; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,580 bytes parent folder | download
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
29
30
31
32
33
34
35
# $MirOS: contrib/hosted/tg/deb/libbsd-arc4random-perl/debian/control,v 1.11 2012/03/11 23:27:27 tg Exp $
#-
Source: libbsd-arc4random-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libbsd-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbsd-arc4random-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbsd-arc4random-perl.git
Homepage: https://www.mirbsd.org/a4rp5bsd.htm
Rules-Requires-Root: no

Package: libbsd-arc4random-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: CPAN's BSD::arc4random -- Perl bindings for arc4random
 The BSD::arc4random module provides a Perl API for the arc4random(3)
 suite of functions and a few natively implemented functions.
 .
 Exposed functions are: have_kintf (ability to push entropy back to
 the kernel); arc4random, arc4random_bytes, arc4random_uniform, the
 RANDOM variable (get entropy); arc4random_stir (next time used, some
 entropy from the kernel is first requested); arc4random_addrandom
 (add user data to SRNG state); arc4random_push[bk] (push user data
 to kernel RNG if supported; add kernel data or, if not supported,
 user data to SRNG); the ability to "tie" variables to this module
 for retrieving and storing entropy (e.g. in $RANDOM).