Current section
Files
Jump to
Current section
Files
src/gen_cluster.app.src
{application,gen_cluster,
[{description,"Discover, connect and reconnect Erlang nodes"},
{vsn,"0.3.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"}]}]}.