Current section
Files
Jump to
Current section
Files
src/plumtree.app.src
{application,plumtree,
[{description,"Epidemic Broadcast Trees"},
{vsn,"0.6.0"},
{registered,[]},
{applications,[kernel,stdlib,crypto,lager,partisan]},
{mod,{plumtree_app,[]}},
{modules,[]},
{env,[{plumtree_data_dir,"data"}]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/lasp-lang/plumtree"}]}]}.