machinecell: Arrow based stream transducers

[ bsd3, control, frp, library, reactivity ] [ Propose Tags ]

Stream processing library similar to pipes, couduit, or machines.

Arrow combinatins are supported and can be used with the arrow notation. AFRP-like utilities are also available.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 2.0.0, 2.0.1, 2.1.0, 3.0.0, 3.0.1, 3.1.0, 3.2.0, 3.3.0, 3.3.1, 3.3.2, 4.0.0, 4.0.1
Change log CHANGELOG.md
Dependencies arrows (>=0.4.1.2), base (>=4.0 && <5.0), free (>=4.5 && <4.12), mtl (>=2.0.1.1), profunctors (>=4.0), semigroups (>=0.8.3.1) [details]
License BSD-3-Clause
Copyright Copyright (c) 2014 Hidenori Azuma
Author Hidenori Azuma
Maintainer Hidenori Azuma <as.capabl@gmail.com>
Revised Revision 1 made by HidenoriAzuma at 2015-06-11T03:40:12Z
Category Control, FRP, Reactivity
Home page http://github.com/as-capabl/machinecell
Bug tracker http://github.com/as-capabl/machinecell/issues
Source repo head: git clone https://github.com/as-capabl/machinecell.git -b master
this: git clone https://github.com/as-capabl/machinecell.git(tag release-1.3.0)
Uploaded by HidenoriAzuma at 2015-01-25T08:38:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 12905 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-01-25 [all 1 reports]

Readme for machinecell-1.3.0

[back to package description]

machinecell

Arrow based stream transducer.

Description

Coroutine-style stream processing library with support of arrow combinatins. AFRP-like utilities are also available.

Usage

See example of test/Main.hs