Current section
Files
Jump to
Current section
Files
erlcron.app
{application,erlcron,
[{description,"Erlang Implementation of cron"},
{vsn,"semver"},
{modules,[ecrn_agent,ecrn_app,ecrn_control,ecrn_cron_sup,
ecrn_reg,ecrn_sup,ecrn_test,ecrn_util,erlcron]},
{registered,[ecrn_agent]},
{applications,[kernel,stdlib]},
{mod,{ecrn_app,[]}}]}.