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