[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#737637: ITP: haskell-pipes -- Compositional pipelines



Package: wnpp
Severity: wishlist
Owner: Gabriel Gonzalez <Gabriel439@gmail.com>

* Package name    : haskell-pipes
  Version         : 4.1.0
  Upstream Author : Gabriel Gonzalez <Gabriel439@gmail.com>
* URL             : http://hackage.haskell.org/package/pipes
* License         : BSD-3-clause
  Programming Lang: Haskell
  Description     : Compositional pipelines

`pipes` is a clean and powerful stream processing library that lets you build
 and connect reusable streaming components
 .
 Advantages over traditional streaming libraries:
 .
* /Concise API/: Use simple commands like 'for', ('>->'), 'await', and 'yield'
 .
* /Blazing fast/: Implementation tuned for speed, including shortcut fusion
 .
 * /Lightweight Dependency/: @pipes@ is small and compiles very rapidly,
 including dependencies
 .
 * /Elegant semantics/: Use practical category theory
 .
 * /ListT/: Correct implementation of 'ListT' that interconverts with pipes
 .
 * /Bidirectionality/: Implement duplex channels
 .
 * /Extensive Documentation/: Second to none!
 .
 Import "Pipes" to use the library.
 .
 Read "Pipes.Tutorial" for an extensive tutorial.


Reply to: