Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasufell/streamly-posix
Posix related streaming APIs (such as file reading/writing)
https://github.com/hasufell/streamly-posix
haskell posix streaming
Last synced: 23 days ago
JSON representation
Posix related streaming APIs (such as file reading/writing)
- Host: GitHub
- URL: https://github.com/hasufell/streamly-posix
- Owner: hasufell
- License: bsd-3-clause
- Created: 2020-02-16T20:53:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T21:19:51.000Z (about 3 years ago)
- Last Synced: 2024-05-01T21:42:11.716Z (6 months ago)
- Topics: haskell, posix, streaming
- Language: Haskell
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# streamly-posix
[![Build Status](https://api.travis-ci.org/hasufell/streamly-posix.png?branch=master)](http://travis-ci.org/hasufell/streamly-posix)
POSIX related streaming APIs.
## Motivation
Since upstream wants to stay cross-platform, this library provides
strictly POSIX only API.## TODO
* [ ] Fd based streaming (some is in internal modules of streamly)