Current section
Files
Jump to
Current section
Files
src/fs.app.src
{application, fs,
[{description, "FS VXZ Listener"},
{vsn, "2.11"},
{registered, []},
{applications, [kernel,stdlib]},
{mod, { fs_app, []}},
{env, [
{backwards_compatible, true}
]},
{maintainers,["Maxim Sokhatsky", "Vladimir Kirillov"]},
{licenses, ["ISCL"]},
{links,[{"Github","https://github.com/synrc/fs"}]}
]}.