File: control

package info (click to toggle)
liborlite-statistics-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: perl: 1,237; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,194 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
Source: liborlite-statistics-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: perl,
                     libstatistics-basic-perl,
                     liborlite-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liborlite-statistics-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liborlite-statistics-perl.git
Homepage: https://metacpan.org/release/ORLite-Statistics

Package: liborlite-statistics-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libstatistics-basic-perl,
         liborlite-perl
Description: ORLite extension providing simple statistics
 ORLite::Statistics provides easy integration with the Statistics::Basic set
 of modules (see libstatistics-basic-perl). It enables some basic statistical
 analysis by generating a vector for a particular method, which can then be
 used for any number of things, like determining the median, mean, standard
 deviation and other basic descriptive statistics.