Packages

EPMDLess application (allows connecting erlang nodes without EPMD)

Current section

Files

Jump to
epmdless src epmdless.app.src
Raw

src/epmdless.app.src

{application,epmdless,
[{description,"EPMDLess application (allows connecting erlang nodes without EPMD)"},
{vsn,"0.1.1"},
{registered,[]},
{mod,{epmdless_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/oltarasenko/epmdless"}]}]}.