The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Implementation of the HyperLogLog cardinality estimation algorithm",
   "author" : [
      "Hideaki Ohno <hide.o.j55 {at} gmail.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v0.5.3",
   "license" : "perl_5",
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Algorithm-HyperLogLog",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples",
         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "File::Temp" : "0",
            "Test::Fatal" : "0.008",
            "Test::More" : "0.98"
         }
      },
      "configure" : {
         "requires" : {
            "CPAN::Meta" : "0",
            "CPAN::Meta::Prereqs" : "0",
            "Module::Build" : "0.38",
            "Module::Build::XSUtil" : "0.02"
         }
      },
      "develop" : {
         "requires" : {
            "Software::License" : "0",
            "Test::CPAN::Meta" : "0",
            "Test::MinimumVersion" : "0.10108",
            "Test::Perl::Critic" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "0",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Digest::MurmurHash3::PurePerl" : "0.02",
            "XSLoader" : "0",
            "perl" : "5.008008"
         }
      }
   },
   "provides" : {
      "Algorithm::HyperLogLog" : {
         "file" : "lib/Algorithm/HyperLogLog.pm",
         "version" : "0.21"
      },
      "Algorithm::HyperLogLog::PP" : {
         "file" : "lib/Algorithm/HyperLogLog/PP.pm",
         "version" : "0.21"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/hideo55/p5-Algorithm-HyperLogLog/issues"
      },
      "homepage" : "https://github.com/hideo55/p5-Algorithm-HyperLogLog",
      "repository" : {
         "url" : "git://github.com/hideo55/p5-Algorithm-HyperLogLog.git",
         "web" : "https://github.com/hideo55/p5-Algorithm-HyperLogLog"
      }
   },
   "version" : "0.21",
   "x_contributors" : [
      "hideo55 <hide.o.j55@gmail.com>"
   ]
}