Packages

xxHash for Erlang.

Current section

Files

Jump to
erl_xxhash src xxhash.app.src
Raw

src/xxhash.app.src

{application,xxhash,
[{description,"xxHash for Erlang."},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{pkg_name,"erl_xxhash"},
{licenses,["BSD"]},
{links,[{"Github","https://github.com/Merff/erlang-xxhash"}]}]}.