Current section
Files
Jump to
Current section
Files
src/hyper.app.src
{application,hyper,
[{description,"Implementation of the HyperLogLog algorithm in Erlang"},
{vsn,"0.4.0"},
{registered,[]},
{modules,[]},
{applications,[kernel,stdlib]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/LivewareProblems/hyper"}]},
{doc,"doc"}]}.