File: META.yml

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 (48 lines) | stat: -rw-r--r-- 1,239 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
---
abstract: 'Implementation of the HyperLogLog cardinality estimation algorithm'
author:
  - 'Hideaki Ohno <hide.o.j55 {at} gmail.com>'
build_requires:
  File::Temp: '0'
  Test::Fatal: '0.008'
  Test::More: '0.98'
configure_requires:
  Module::Build: '0.4005'
  Module::Build::XSUtil: '0.09'
dynamic_config: 0
generated_by: 'Minilla/v3.0.12, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Algorithm-HyperLogLog
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  Algorithm::HyperLogLog:
    file: lib/Algorithm/HyperLogLog.pm
    version: '0.24'
  Algorithm::HyperLogLog::PP:
    file: lib/Algorithm/HyperLogLog/PP.pm
    version: '0.24'
requires:
  Carp: '0'
  Digest::MurmurHash3::PurePerl: '0.02'
  XSLoader: '0'
  perl: '5.008008'
resources:
  bugtracker: https://github.com/hideo55/p5-Algorithm-HyperLogLog/issues
  homepage: https://github.com/hideo55/p5-Algorithm-HyperLogLog
  repository: git://github.com/hideo55/p5-Algorithm-HyperLogLog.git
version: '0.24'
x_contributors:
  - 'Damian Gryski <damian@gryski.com>'
  - 'hideo55 <hide.o.j55@gmail.com>'