Packages

Jump Consistent Hash NIF library for Erlang/Elixir.

Current section

Files

Jump to
jchash src jchash.app.src
Raw

src/jchash.app.src

{application,jchash,
[{description,"Jump Consistent Hash NIF library for Erlang/Elixir."},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{build_tools,["rebar3"]},
{links,[{"GitHub","https://github.com/cabol/jchash"}]}]}.