Popularity
0.9
Declining
Activity
0.0
Stable
1
1
0
Monthly Downloads: 49
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.5.0.0
pipes-misc alternatives and similar packages
Based on the "pipes" category.
Alternatively, view pipes-misc alternatives based on common mentions on social networks and blogs.
-
pipes-fluid
Applicative instances that allows reactively combining 'Pipes.Producer's so that a value is yielded when either Producer yields a value. This can be used to create a FRP-like reactive signal-network. -
pipes-category
Allows instances for Category, Arrow and ArrowChoice for 'Pipes.Pipe' using newtypewrapper 'Shaft' -
pipes-break
Utilities for the pipes ecosystem to break and operate on ByteString and Text via delimiters.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of pipes-misc or a related project?
README
Miscellaneous utilities for pipes, required by glazier-tutorial
See [Main.hs](app/Main.hs) for example usage.
See also slides.
Changelog
0.5.0.0
- Renamed
retrieve
torestore
- Renamed
0.4.0.0
- Fixes for pipes-category-0.3.0.0. Shaft destructor is now named fromShaft
0.4.0.1
- Fixed version bounds for pipes-category.