Description
A Haskell binding to inotify, the Linux kernel file-system notification API. It lets programs watch files and directories for changes such as creation, deletion, modification, and movement.
Developers use it in Linux-specific build tools, sync tools, reloaders, and monitoring utilities. Inotify has limits and platform-specific behavior, so overflow, recursive watching, and cleanup should be handled.