Packages

Discover, connect and reconnect Erlang nodes

Current section

Files

Jump to
gen_cluster src gen_cluster.app.src
Raw

src/gen_cluster.app.src

{application,gen_cluster,
[{description,"Discover, connect and reconnect Erlang nodes"},
{vsn,"0.2.0"},
{registered,[]},
{mod,{gen_cluster_app,[]}},
{applications,[kernel,stdlib,crypto,ssl,inets]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Github",
"https://github.com/tsloughter/gen_cluster"}]}]}.