File: control

package info (click to toggle)
libcatmandu-stat-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,048 kB
  • sloc: perl: 375; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 2,249 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: libcatmandu-stat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libalgorithm-hyperloglog-perl <!nocheck>,
                     libcatmandu-exporter-table-perl <!nocheck>,
                     libcatmandu-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libstatistics-basic-perl <!nocheck>,
                     libstatistics-descriptive-perl <!nocheck>,
                     libstatistics-topk-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-stat-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-stat-perl.git
Homepage: https://metacpan.org/release/Catmandu-Stat
Rules-Requires-Root: no

Package: libcatmandu-stat-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libalgorithm-hyperloglog-perl,
         libcatmandu-exporter-table-perl,
         libcatmandu-perl,
         libscalar-list-utils-perl,
         libstatistics-basic-perl,
         libstatistics-descriptive-perl,
         libstatistics-topk-perl
Description: Catmandu modules for working with statistical data
 Catmandu::Stat contains modules for calculating statistics on the availability
 of fields in a data file.
 .
  Provides modules:
   Catmandu::Exporter::Stat
   Catmandu::Fix::stat_mean
   Catmandu::Fix::stat_median
   Catmandu::Fix::stat_stddev
   Catmandu::Fix::stat_variance
 .
 See also:
  https://metacpan.org/pod/Catmandu::Breaker
  https://metacpan.org/pod/Statistics::Descriptive
  https://metacpan.org/pod/Statistics::TopK
  https://metacpan.org/pod/Algorithm::HyperLogLog
 .
 Catmandu provides a suite of Perl modules to ease the import, storage,
 retrieval, export and transformation of metadata records.