1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
---
abstract: 'Implementation of the top-k streaming algorithm'
author:
- 'gray <gray@cpan.org>'
build_requires:
Test::More: '0.98'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.04, 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: Statistics-TopK
no_index:
directory:
- t
- inc
requires: {}
resources:
repository: http://github.com/gray/statistics-topk
version: '0.02'
|