conduit is:package

Streaming data processing library. conduit is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling. For more information about conduit in general, and how this package in particular fits into the ecosystem, see the conduit homepage. Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/conduit.
Batteries included conduit: adapters for common libraries. The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.
DEPRECATED Functionality merged into the conduit package itself See docs and README at http://www.stackage.org/package/conduit-combinators
Not on Stackage, so not searched. Combinators to efficiently slice and dice audio streams
Concurrent, order-preserving mapping Conduit Provides a Conduit that maps a function concurrently over incoming elements, maintaining input order.
Parsing framework based on conduit. Please refer to README.
Conduit-based ZStd Compression Zstandard compression packaged as a conduit. This is a very thin wrapper around the official hs-zstd interface
Conduit-based algorithms Algorithms on Conduits, including higher level asynchronous processing and some other utilities.
Short description Please see the README on GitHub at https://github.com/lehins/conduit-aeson#readme
Not on Stackage, so not searched. conduit-audio interface to the libsndfile audio file library
Not on Stackage, so not searched. Conduit source and sink for Network.Connection.
Not on Stackage, so not searched. Conduit for character encoding conversion.
Not on Stackage, so not searched. Allows conduit to resume sinks to feed multiple sources into it.
Not on Stackage, so not searched. Throttle Conduit Producers
Not on Stackage, so not searched. Virtual file system for Conduit; disk, pure, and in-memory impls.
Not on Stackage, so not searched. conduit-audio interface to the LAME MP3 library
Not on Stackage, so not searched. conduit-audio interface to the libsamplerate resampling library
Not on Stackage, so not searched. A file-finding conduit that allows user control over traversals.
Not on Stackage, so not searched. Merge multiple sorted conduits
Not on Stackage, so not searched. A base layer for network protocols using Conduits
Not on Stackage, so not searched. Conduits for tokenizing streams.
Not on Stackage, so not searched. Zip archive interface for the Conduit Virtual File System.
HTTP client package with conduit interface and HTTPS support. Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/http-conduit.
Pure-Haskell utilities for dealing with XML with the conduit package. Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/xml-conduit.
Introduces conduits to channels, and promotes using conduits concurrently. Provides two simple conduit wrappers around STM channels - a source and a sink.