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
|
Source: libmath-tamuanova-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libblas-dev,
libdevel-checklib-perl,
libtamuanova-dev,
libtest-deep-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-tamuanova-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-tamuanova-perl.git
Homepage: https://metacpan.org/release/Math-TamuAnova
Rules-Requires-Root: no
Package: libmath-tamuanova-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl extension for the tamuanova library
Math::TamuAnova allows you to use the tamu-anova library from perl programs.
.
TAMU ANOVA is a C library that allows one to compute both single and two
factor ANOVA (Analysis of Variance).
|