File: control

package info (click to toggle)
libstatistics-descriptive-perl 3.0603-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 248 kB
  • sloc: perl: 1,732; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,364 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
Source: libstatistics-descriptive-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), perl,
 perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000)
Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@debian.org>, Ryan Niebur <ryan@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>, Salvatore Bonaccorso <carnil@debian.org>,
 Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Statistics-Descriptive/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libstatistics-descriptive-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstatistics-descriptive-perl.git

Package: libstatistics-descriptive-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for basic descriptive statistical functions
 Statistics::Descriptive provides basic functions used in descriptive
 statistics. It has an object oriented design and supports two
 different types of data storage and calculation objects: sparse and
 full. With the sparse method, none of the data is stored and only a
 few statistical measures are available. Using the full method, the
 entire data set is retained and additional functions are available.