streaming data processing library
Conduits are an approach to the streaming data problem. It is meant
as an alternative to enumerators\/iterators, hoping to address the
same issues with different trade-offs based on real-world experience
with enumerators.

Maintainer: Matthias Kilian <kili@openbsd.org>

WWW: https://hackage.haskell.org/package/conduit
