scc: Streaming component combinators
SCC is a layered library of Streaming Component Combinators. The lowest layer defines stream abstractions and nested producer-consumer coroutine pairs based on the Coroutine monad transformer. 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 the 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.
Modules
[Index]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| test | Install QuickCheck test suite | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- scc-0.7.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.6, 0.6.1, 0.7, 0.7.1, 0.8, 0.8.1, 0.8.2, 0.8.2.1, 0.8.2.2, 0.8.2.4, 0.8.3, 0.8.3.1, 0.8.4, 0.8.4.1 |
|---|---|
| Dependencies | base (<5), bytestring (<1.0), containers, incremental-parser (>=0.1 && <0.2), monad-coroutine (>=0.7 && <0.8), monad-parallel, parsec (>=3.0 && <4.0), process, QuickCheck (>=2 && <3), readline, text (<1.0), transformers (>=0.2 && <0.3) [details] |
| Tested with | ghc ==6.12.3, ghc ==7.0 |
| License | LicenseRef-GPL |
| Copyright | (c) 2008-2011 Mario Blazevic |
| Author | Mario Blazevic |
| Maintainer | blamario@yahoo.com |
| Uploaded | by MarioBlazevic at 2011-03-26T02:03:55Z |
| Category | Control, Combinators, Concurrency |
| Home page | http://trac.haskell.org/SCC/ |
| Distributions | NixOS:0.8.4 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | test-scc, shsh |
| Downloads | 11668 total (78 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |