An open API service indexing awesome lists of open source software.

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.

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)