Current section
Files
Jump to
Current section
Files
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"}]}]}.