@hackage / streamly-fsevents

File system event notification streams

Latest0.1.1

About

Metadata

  • Last updated , by harendra
  • License BSD-3-Clause
  • Categories Concurrency, Network Development, Parsers, Streaming, Systems Programming
  • Maintained by: streamly@composewell.com

  • Lottery factor: 2

Links

Installation

Tested Compilers

  1. 9.10.3
  2. 9.8.4
  3. 9.6.3

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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