simple-conduit: A simple streaming I/O library based on monadic folds
simple-conduit
follows a similar UI to the more capable conduit
library,
but reduces the scope of what it can solve down 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.6.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, free, lifted-async, lifted-base (>=0.1), mmorph, monad-control (>=1.0.0), mono-traversable (>=1.0 && <1.1), mtl, mwc-random, primitive, semigroups, stm, streaming-commons, text, transformers (>=0.2.2 && <0.6), transformers-base (>=0.4.1 && <0.6), vector [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 2017-01-23T23:17:03Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 6969 total (24 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-01-23 [all 1 reports] |