| Name: | ghc-conduit |
|---|---|
| Version: | 1.0.3 |
| Release: | 2.el7 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 1527 |
| License: | BSD |
| RPM: | ghc-conduit-1.0.3-2.el7.aarch64.rpm |
| Source RPM: | ghc-conduit-1.0.3-2.el7.src.rpm |
| Build Date: | Mon Jul 30 2018 |
| Build Host: | ca-buildarm02.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. |