File: control

package info (click to toggle)
libalgorithm-numerical-sample-perl 2010011201-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 156; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 962 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
Source: libalgorithm-numerical-sample-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 4.5.0
Homepage: https://metacpan.org/release/Algorithm-Numerical-Sample
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-numerical-sample-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-numerical-sample-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libalgorithm-numerical-sample-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description:  Draw samples from a set
 This package gives two methods to draw fair, random samples from a set.
 There is a procedural interface for the case the entire set is known,
 and an object oriented interface when the a set with unknown size has
 to be processed.