Current section
Files
Jump to
Current section
Files
src/erlcron.app.src
{application,erlcron,
[{description,"Scheduled execution of Erlang functions"},
{vsn,"1.3.0"},
{modules,[]},
{registered,[ecrn_agent]},
{applications,[kernel,stdlib]},
{mod,{ecrn_app,[]}},
{licenses,["BSD"]},
{links,[{"Github","https://github.com/erlware/erlcron"}]}]}.