16 lines
341 B
Erlang
16 lines
341 B
Erlang
{application, enoise,
|
|
[{description, "An Erlang implementation of the Noise protocol"},
|
|
{vsn, "1.0.1"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
enacl
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
{maintainers, ["Hans Svensson"]},
|
|
{licenses, ["ISC"]},
|
|
{links, [{"Github", "https://github.com/aeternity/enoise"}]}
|
|
]}.
|