The scc package
SCC is a layered library of Streaming Component Combinators. The lowest layer defines a Pipe monad transformer that enables building of producer-consumer coroutine pairs. The next layer adds streaming component types, a number of primitive streaming components and a set of component combinators. Finally, there is an executable that exposes all 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.
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.6, 0.6.1, 0.7, 0.7.1 |
|---|---|
| Dependencies | base, containers, mtl, parallel, parsec (≥3), process, QuickCheck (<2), readline |
| License | GPL |
| Copyright | (c) 2008-2009 Mario Blazevic |
| Author | Mario Blazevic |
| Maintainer | blamario@yahoo.com |
| Category | Control, Combinators |
| Executables | test, shsh |
| Upload date | Sun Apr 19 15:01:27 UTC 2009 |
| Uploaded by | MarioBlazevic |
| Built on | ghc-6.10, ghc-6.12 |
Modules
Downloads
- scc-0.3.tar.gz (Cabal source package)
- package description (included in the package)