Packages

A library to consistently crypto-hash Erlang Terms

Current section

Files

Jump to
ehash src ehash.app.src
Raw

src/ehash.app.src

{application,ehash,
[{description,"A library to consistently crypto-hash Erlang Terms"},
{vsn,"0.2.1"},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{modules,[]},
{maintainers,["Benoit Chesnau"]},
{licenses,["Apache 2.0"]},
{links,[{"Gitlab","https://gitlab.com/barrel-db/ehash"}]}]}.