Current section

Files

Jump to
partisan src partisan.app.src
Raw

src/partisan.app.src

{application,partisan,
[{description,"Scalable peer service for Lasp"},
{vsn,"0.0.1"},
{registered,[]},
{applications,[kernel,stdlib,crypto,lager,types,time_compat,
rand_compat,acceptor_pool]},
{mod,{partisan_app,[]}},
{modules,[]},
{env,[{partisan,"data"}]},
{maintainers,["Chris Meiklejohn","Vitor Enes Duarte",
"Junghun Yoo"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/lasp-lang/partisan"}]}]}.