Packages

Erwatch is an Erlang/OTP application for tracking changes in a file system.

Current section

Files

Jump to
erwatch src erwatch.app.src
Raw

src/erwatch.app.src

{application, 'erwatch',
[{description, "Watch files and directories for changes."},
{vsn, "0.2.0"},
{registered, []},
{mod, {'erwatch_app', []}},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{maintainers, ["Yuce Tekol"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/yuce/erwatch.git"}]}
]}.