streamly-fsnotify: Folder watching as a Streamly stream.

[ bsd3, library, streamly, system ] [ Propose Tags ] [ Report a vulnerability ]

Provides Streamly streams for both single-level and recursive folder watching. Also contains a principled and compositional system for filtering file system events.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.1.0, 1.1.0.0, 1.1.1.0, 1.1.1.1, 1.1.1.2, 2.0, 2.1, 2.1.0.1, 2.1.0.2, 2.1.1 (info)
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), exceptions (>=0.10 && <0.11), filepath (>=1.4.2.1 && <1.6), fsnotify (>=0.4 && <0.5), semirings (>=0.5.2 && <0.8), streamly (>=0.9 && <0.11), streamly-core (>=0.2 && <0.3), text (>=1.2.3.0 && <1.3 || >=2.0 && <2.2), time (>=1.6 && <1.13 || >=1.14 && <1.15) [details]
License BSD-3-Clause
Author Koz Ross, George Thomas
Maintainer George Thomas
Revised Revision 1 made by GeorgeThomas at 2024-09-18T17:42:37Z
Category Streamly, System
Home page https://github.com/georgefst/streamly-fsnotify
Uploaded by GeorgeThomas at 2024-01-05T14:53:41Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1735 total (48 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-01-05 [all 1 reports]

Readme for streamly-fsnotify-2.1.0.2

[back to package description]

This library provides a higher-level, stream-based API for fsnotify. It should work anywhere both streamly and fsnotify do. Note that there's no need for your project to register a dependency on fsnotify directly, but you will need to depend on streamly in order to get anything done.