https://github.com/srid/tail-hs
Haskell API for `tail -f` streaming files using STM, process, and async.
https://github.com/srid/tail-hs
Last synced: 5 months ago
JSON representation
Haskell API for `tail -f` streaming files using STM, process, and async.
- Host: GitHub
- URL: https://github.com/srid/tail-hs
- Owner: srid
- License: mit
- Created: 2025-12-31T16:07:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-01-01T14:37:43.000Z (6 months ago)
- Last Synced: 2026-01-06T17:47:43.951Z (5 months ago)
- Language: Haskell
- Size: 22.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tail
Haskell API for `tail -f` streaming files using STM, process, and async.
See [docs on Hackage](https://hackage.haskell.org/package/tail/docs/System-Tail.html)
## Example
- [vira](https://github.com/juspay/vira/tree/175911682b2a881728774d8d8249026993acd699)