scc: Streaming component combinators
SCC is a layered library of Streaming Component Combinators. The lowest layer defines the Coroutine monad transformer. The next few layers add stream abstractions and nested producer-consumer coroutine pairs. On top of that are streaming component types, a number of primitive streaming components and a set of component combinators. Finally, there is an executable that exposes all framework functionality in a command-line shell.
The original library design is based on paper http://conferences.idealliance.org/extreme/html/2006/Blazevic01/EML2006Blazevic01.html
Mario Blažević, Streaming component combinators, Extreme Markup Languages, 2006.
| Versions | 0.1, 0.2, 0.3, 0.4 |
|---|---|
| Dependencies | base (<5), containers, parallel, parsec (>=3.0 && <4.0), process, readline, transformers |
| License | GPL |
| Copyright | (c) 2008-2010 Mario Blazevic |
| Author | Mario Blazevic |
| Maintainer | blamario@yahoo.com |
| Category | Control, Combinators, Concurrency |
| Home page | http://trac.haskell.org/SCC/ |
| Executables | shsh |
| Upload date | Fri Jan 8 00:24:26 UTC 2010 |
| Uploaded by | MarioBlazevic |
| Built on | ghc-6.10, ghc-6.12 |
| Distributions | Arch: 0.4 |
Modules
- Control
Downloads
- scc-0.4.tar.gz (Cabal source package)
- package description (included in the package)
