stream: Initial project template from stack

[ data, library, mit ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring, exceptions, mtl, streaming-commons, transformers [details]
License MIT
Copyright 2016 FP Complete
Author Michael Snoyman
Maintainer michael@fpcomplete.com
Category Data
Home page https://github.com/githubuser/stream#readme
Source repo head: git clone https://github.com/githubuser/stream
Uploaded by MichaelSnoyman at 2016-04-20T05:29:06Z
Distributions Debian:0.4.7.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 942 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-04-20 [all 1 reports]

Readme for stream-0.1.0.0

[back to package description]

stream

Build Status

NOTE This library is very much in prerelease state. If you see this released anywhere, it's just available for easier sharing with others. Please do not start using it yet.

Streaming data library built around making stream fusion a first-class concept. Focus is on high performance and usability.

Unlike more commonly used streaming libraries (like conduit, enumerator, or pipes), this library is not coroutine based.