Files
eblake2/src/eblake2.app.src
T
zxq9 6d5378a7ec Zompify and migrate (#1)
Reviewed-on: #1
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
2025-01-23 14:17:38 +09:00

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"}]}
]}.