File: control

package info (click to toggle)
libmath-vecstat-perl 0.08-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: perl: 122; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 928 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libmath-vecstat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-vecstat-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-vecstat-perl.git
Homepage: https://metacpan.org/release/Math-VecStat

Package: libmath-vecstat-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module providing some basic numeric stats on vectors
 Math::VecStat provides some basic statistics on numerical vectors.
 All the subroutines can take a reference to the vector to be operated on.
 In some cases a copy of the vector is acceptable, but is not recommended
 for efficiency.