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