tailfile-hinotify: Tail files in Unix, using hinotify.

[ library, mit, system ] [ Propose Tags ]

Tail files in Unix, using hinotify.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 2.0.0.0
Change log ChangeLog.md
Dependencies async (>=2.0 && <2.2), base (>=4.6 && <5), bytestring (>=0.9.2.1 && <0.11), foldl (>=1.1 && <1.3), hinotify (>=0.3.9 && <0.4), pipes (>=4.3.0 && <4.4), streaming (>=0.1.4 && <0.2), streaming-eversion (>=0.3.1.0 && <0.4) [details]
License MIT
Author Daniel Diaz
Maintainer diaz.carrete@facebook.com
Category System
Source repo head: git clone https://github.com/danidiaz/tailfile-hinotify.git
Uploaded by DanielDiazCarrete at 2017-04-06T22:13:30Z
Distributions NixOS:2.0.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3099 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-04-06 [all 1 reports]

Readme for tailfile-hinotify-1.0.0.3

[back to package description]

tailfile-hinotify

Tail files in Unix. Based on hinotify.

Files can be tailed with types from foldl, pipes and streaming, or with simple update functions.