Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| haskell-conduit-1.3.1-x86_64-1_danix.txz.md5 | 2026-07-13 13:25 | 75 | |
| haskell-conduit-1.3.1-x86_64-1_danix.txz.sha256 | 2026-07-13 13:25 | 107 | |
| haskell-conduit-1.3.1-x86_64-1_danix.dep | 2026-07-13 13:25 | 367 | |
| haskell-conduit-1.3.1-x86_64-1_danix.txt | 2026-07-13 13:25 | 549 | |
| haskell-conduit-1.3.1-x86_64-1_danix.meta | 2026-07-13 13:25 | 789 | |
| haskell-conduit-1.3.1-x86_64-1_danix.txz.asc | 2026-07-13 14:43 | 870 | |
| haskell-conduit-1.3.1-x86_64-1_danix.lst | 2026-07-13 13:25 | 12K | |
| haskell-conduit-1.3.1-x86_64-1_danix.txz | 2026-07-13 13:25 | 810K | |
haskell-conduit (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, and fits in the same general
solution space as enumerator/iteratee and pipes.