Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pthariensflame/channelt
Generalized stream processors
https://github.com/pthariensflame/channelt
Last synced: 27 days ago
JSON representation
Generalized stream processors
- Host: GitHub
- URL: https://github.com/pthariensflame/channelt
- Owner: pthariensflame
- License: bsd-3-clause
- Created: 2013-02-23T03:33:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T22:26:58.000Z (over 1 year ago)
- Last Synced: 2024-04-25T19:44:19.569Z (7 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/ChannelT
- Size: 81.1 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChannelT
[![Build Status](https://travis-ci.org/pthariensflame/ChannelT.svg?branch=master)](https://travis-ci.org/pthariensflame/ChannelT)
[![Hackage](https://img.shields.io/hackage/v/ChannelT.svg)](http://hackage.haskell.org/package/ChannelT)
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/ChannelT.svg)](http://hackage.haskell.org/package/ChannelT)
[![GitHub license](https://img.shields.io/github/license/pthariensflame/ChannelT.svg)](https://raw.githubusercontent.com/pthariensflame/ChannelT/master/LICENSE)A mutual generalization of [pipes](https://hackage.haskell.org/package/pipes) and [machines](https://hackage.haskell.org/package/machines);
a library for exploring a particular corner of the design space of streaming IO (and other related tasks) in Haskell.