Current section
Files
Jump to
Current section
Files
src/cre.app.src
{application,cre,
[{description,"Common runtime environment for distributed programming languages"},
{vsn,"0.1.8"},
{mod,{cre,[]}},
{registered,[cre]},
{applications,[kernel,stdlib,cowboy]},
{env,[]},
{modules,[cre,cre_client,cre_history_handler,cre_master,
cre_status_handler,cre_sup,cre_worker]},
{maintainers,["Jorgen Brandt"]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/joergen7/cre/"}]}]}.