Current section

Files

Jump to
erlcron src erlcron.app.src
Raw

src/erlcron.app.src

{application,erlcron,
[{description,"Scheduled execution of Erlang functions"},
{vsn,"1.3.2"},
{modules,[]},
{registered,[ecrn_agent]},
{applications,[kernel,stdlib]},
{mod,{ecrn_app,[]}},
{licenses,["BSD"]},
{links,[{"Github","https://github.com/erlware/erlcron"}]}]}.