fs.app 342 B

123456789
  1. {application, fs,
  2. [{description, "FS Native Listener (Mac Linux Windows)"},
  3. {vsn, "6.12.0"},
  4. {registered, [fs_sup]},
  5. {applications, [kernel, stdlib]},
  6. {modules, [fs_app, fs_event_bridge, fs_server, fs_sup, fs, fsevents, inotifywait_win32, inotifywait, kqueue]},
  7. {mod, { fs_app, []}},
  8. {env, [ {backwards_compatible, true} ]}
  9. ]}.