Packages

A fork of 'fs': A native file system listener fo macos, win, & linux

Current section

Files

Jump to
fs_erlsci src fs.app.src
Raw

src/fs.app.src

{application,fs,
[{description,"A fork of 'fs': A native file system listener fo macos, win, & linux"},
{vsn,"8.7.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{fs_app,[]}},
{env,[{backwards_compatible,true}]},
{pkg_name,fs_erlsci},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/erlsci/fs"}]},
{exclude_files,["priv/site/*","priv/man/*"]}]}.