Fedora Packages

ghc-pipes

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 4.3.16-1.fc35 -
Fedora 35 4.3.16-1.fc35 -
Fedora 34 4.3.13-5.fc34 -
Package Info
Related Packages

You can contact the maintainers of this package via email at ghc-pipes dash maintainers at fedoraproject dot org.



Sources on Pagure