Current section
Files
Jump to
Current section
Files
src/ecrontab.app.src
{application,ecrontab,
[{description,"crontab for erlang"},
{vsn,"0.4.1"},
{registered,[]},
{applications,[kernel,stdlib,gproc]},
{mod,{ecrontab_app,[]}},
{modules,[]},
{maintainers,["feng19"]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/feng19/ecrontab"}]}]}.