6d5378a7ec
Reviewed-on: #1 Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
15 lines
320 B
Erlang
15 lines
320 B
Erlang
{application, eblake2,
|
|
[{description, "A pure Erlang Blake2 implementation"},
|
|
{vsn, "1.0.1"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
{maintainers, ["Hans Svensson"]},
|
|
{licenses, ["ISC"]},
|
|
{links, [{"Github", "https://github.com/aeternity/enoise"}]}
|
|
]}.
|