Current section
Files
Jump to
Current section
Files
src/erwatch.app.src
{application, erwatch,
[{description, "Erwatch is an Erlang/OTP application for tracking changes in a file system."},
{vsn, "0.2.2"},
{registered, []},
{mod, {erwatch_app, []}},
{applications,
[kernel,
stdlib
]},
{env, []},
{modules, []},
{maintainers, ["Yuce Tekol"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/yuce/erwatch.git"}]}
]}.