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.
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.
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.
Introduces conduits to channels, and promotes using conduits concurrently.
Provides two simple conduit wrappers around STM channels - a source
and a sink.