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,"1.0.0"},
{registered,[]},
{modules,[]},
{applications,[kernel,stdlib]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/LivewareProblems/hyper"}]},
{doc,"doc"}]}.