Popularity
9.5
Stable
Activity
4.8
Declining
126
8
51
Monthly Downloads: 651
Programming language: Haskell
License: MIT License
Latest version: v1.5.0
conduit-combinators alternatives and similar packages
Based on the "Conduit" category
-
attoparsec-conduit
Consume attoparsec parsers via conduit. (deprecated) -
http-conduit
HTTP client package with conduit interface and HTTPS support. -
twitter-conduit
Twitter API package with conduit interface and Streaming API support. -
html-conduit
Parse HTML documents using xml-conduit datatypes. -
csv-conduit
A flexible, fast, conduit-based CSV parser library for Haskell. -
simple-conduit
A simple streaming I/O library based on monadic folds -
crypto-conduit
Conduit interface for cryptographic operations (from crypto-api). -
binary-conduit
data serialization/deserialization conduit library -
couchdb-conduit
Couch DB client library using http-conduit and aeson -
conduit-audio
Combinators to efficiently slice and dice audio streams -
http-conduit-browser
Browser interface to the http-conduit package -
imagesize-conduit
Determine the size of some common image formats. -
fsnotify-conduit
Get filesystem notifications as a stream of events -
hw-conduit-merges
Additional merges and joins for Conduit -
rss-conduit
Streaming parser/renderer for the RSS 2.0 standard. -
ftp-conduit
FTP client package with conduit interface based off http-conduit -
conduit-concurrent-map
Concurrent, order-preserving mapping Conduit -
conduit-network-stream
A base layer for network protocols using Conduits -
conduit-tokenize-attoparsec
Conduits for tokenizing streams. -
decoder-conduit
Conduit for decoding ByteStrings using Data.Binary.Get -
ascii85-conduit
Conduit for encoding ByteString into Ascii85
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of conduit-combinators or a related project?
README
mono-traversable mega-repo
This repository contains packages in the mono-traversable and classy-prelude families. Please see the individual READMEs for more details:
You probably want to view the README for mono-traversable itself.
Additional packages in this repository:
- mono-traversable
providing a set of classes for dealing with monomorphic data structures (like
ByteString
andText
) in a similar way to how the standard libraries treat polymorphic structures like lists- mono-traversable-instances, containing orphans instances for mono-traversable classes
- chunked-data, providing typeclasses for dealing with various chunked data representations
- mutable-containers, abstactions and concrete implementations of mutable containers
- conduit-combinators, commonly used conduit functions, for both chunked and unchunked data
- classy-prelude,
a Prelude replacement based around the above packages (and many others)
- classy-prelude-conduit, extends classy-prelude with conduit support
- classy-prelude-yesod, extends classy-prelude-conduit with Yesod web framework support
- minlen,
provided a newtype wrapper with type-level annotation of minimum container
length. This is a generalization of the
Data.NonNull
module inmono-traversable