Packages

An Erlang implementation of the Noise protocol

Current section

Files

Jump to
ae_enoise src enoise.app.src
Raw

src/enoise.app.src

{application,enoise,
[{pkg_name,"ae_enoise"},
{description,"An Erlang implementation of the Noise protocol"},
{vsn,"1.0.1"},
{registered,[]},
{applications,[kernel,stdlib,enacl]},
{env,[]},
{modules,[]},
{licenses,["ISC"]},
{links,[{"Github","https://github.com/aeternity/enoise"}]}]}.