Current section
Files
Jump to
Current section
Files
src/watch.app.src
{application,watch,
[{description,"Live reloading with watchman"},
{vsn,"0.2.2"},
{registered,[]},
{mod,{watch_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Jihyun Yu"]},
{licenses,["BSD"]},
{links,[{"Github","https://github.com/yjh0502/watch"}]}]}.