Name: | ghc-conduit |
---|---|
Version: | 1.0.3 |
Release: | 2.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 327103 |
License: | BSD |
RPM: | ghc-conduit-1.0.3-2.el7.x86_64.rpm |
Source RPM: | ghc-conduit-1.0.3-2.el7.src.rpm |
Build Date: | Thu Nov 23 2017 |
Build Host: | x86-ol6-builder-05.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hackage.haskell.org/package/conduit |
Summary: | Streaming data processing library |
Description: | 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, and fits in the same general solution space as enumerator, iteratee, and pipes. |