Current section

Files

Jump to
hyper src hyper.app.src
Raw

src/hyper.app.src

{application,hyper,
[{description,"Implementation of the HyperLogLog algorithm in Erlang"},
{vsn,"0.3.1"},
{registered,[]},
{modules,[]},
{applications,[kernel,stdlib]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/LivewareProblems/hyper"}]}]}.