Packages

Simple Erlang distribution without EPMD (supports TLS and IPV6)

Current section

Files

Jump to
nopmd src nopmd.app.src
Raw

src/nopmd.app.src

{application,nopmd,
[{description,"Simple Erlang distribution without EPMD (supports TLS and IPV6)"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/suazithustra/nopmd"}]}]}.