File: control

package info (click to toggle)
libalgorithm-hyperloglog-perl 0.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: perl: 222; ansic: 87; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,206 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
Source: libalgorithm-hyperloglog-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),
               libdigest-murmurhash3-pureperl-perl <!nocheck>,
               libmodule-build-perl,
               libmodule-build-xsutil-perl,
               libtest-fatal-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-hyperloglog-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-hyperloglog-perl.git
Homepage: https://metacpan.org/release/Algorithm-HyperLogLog
Rules-Requires-Root: no

Package: libalgorithm-hyperloglog-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libdigest-murmurhash3-pureperl-perl
Description: implementation of the HyperLogLog cardinality estimation algorithm
 Algorithm::HyperLogLog provides an algorithm for estimating the cardinality
 of a set.