simple-conduit: A simple streaming library based on composing monadic folds.
simple-conduit
follows a similar UI to the more capable conduit
library, but reduces the scope of what it can solve donw to what can be expressed by chaining monadic folds that allow for early termination. This allows for more predictable resource management behavior, at the cost of not allowing scenarios that conduit
is better designed.
Downloads
- simple-conduit-0.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.5.1, 0.6.0 |
---|---|
Dependencies | base (>=4.3 && <5), bifunctors, bytestring, chunked-data, containers, either, exceptions, filepath, foldl, lifted-async, lifted-base (>=0.1), mmorph, monad-control (>=0.3.1 && <0.4), mono-traversable, mtl, mwc-random, primitive, stm, streaming-commons, text, transformers (>=0.2.2 && <0.5), transformers-base (>=0.4.1 && <0.5), vector, void (>=0.5.5) [details] |
License | BSD-3-Clause |
Author | John Wiegley |
Maintainer | johnw@newartisans.com |
Category | Data, Conduit |
Home page | http://github.com/jwiegley/simple-conduit |
Source repo | head: git clone git://github.com/jwiegley/simple-conduit.git |
Uploaded | by JohnWiegley at 2014-06-08T10:24:43Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7041 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |