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.3), base (>=4.6 && <5), bytestring (>=0.9.2.1 && <0.11), foldl (>=1.4), hinotify (>=0.3.10 && <0.5), pipes (>=4.3.0 && <4.4), streaming (>=0.1.4 && <0.3), streaming-eversion (>=0.3.1.0 && <0.5), text [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 2018-11-06T18:53:29Z
Distributions NixOS:2.0.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3109 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 2018-11-06 [all 1 reports]

Readme for tailfile-hinotify-2.0.0.0

[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.