Packages

An Erlang library to create and connect an arbitrary cluster of nodes

Current section

Files

Jump to
braid src braid.app.src
Raw

src/braid.app.src

{application,braid,
[{description,"An Erlang library to create and connect an arbitrary cluster of nodes"},
{vsn,"1.0.1"},
{registered,[]},
{mod,{braid_app,[]}},
{applications,[kernel,stdlib,mapz,argparse,color,jsx,certifi,
inets,ssl]},
{env,[{scheme,"https"},{port,443}]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Changelog",
"https://github.com/stritzinger/braid/blob/master/CHANGELOG.md"},
{"GitHub","https://github.com/stritzinger/braid"}]}]}.