@hackage streamly-fsevents0.1.1

File system event notification streams

  • Installation

  • Tested Compilers

  • Dependencies (8)

  • Dependents (1)

    @hackage/streamly-examples
  • Package Flags

      fusion-plugin
       (off by default)

      Enable fusion plugin

      internal-dev
       (off by default)

      Development build

      opt
       (on by default)

      off=GHC default, on=-O2

      limit-build-mem
       (off by default)

      Limits memory when building

File System Event Notification (fsnotify)

A portable, robust, and stream-based file system event notification API for Linux, macOS, and Windows. This library provides a streaming alternative to the fsnotify package.

The portable module in this package offers a consistent, cross-platform, common denominator API across all supported systems whereas platform-specific modules expose more extensive APIs that allow you to make full use of each operating system’s native capabilities.

Contributing

We welcome contributions of all kinds, bug reports, feature requests, and pull requests. If you’d like to get involved, please open an issue or start a discussion.

Getting Support