Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luispedro/conduit-algorithms
Conduit based algorithms
https://github.com/luispedro/conduit-algorithms
conduit haskell library
Last synced: 28 days ago
JSON representation
Conduit based algorithms
- Host: GitHub
- URL: https://github.com/luispedro/conduit-algorithms
- Owner: luispedro
- License: other
- Created: 2017-08-06T19:40:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T07:42:19.000Z (9 months ago)
- Last Synced: 2024-04-26T05:31:41.713Z (7 months ago)
- Topics: conduit, haskell, library
- Language: Haskell
- Homepage: http://luispedro.org
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# Conduit Algorithms
[![Hackage](https://img.shields.io/hackage/v/conduit-algorithms.svg)](https://hackage.haskell.org/package/conduit-algorithms)
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/conduit-algorithms.svg)](http://packdeps.haskellers.com/feed?needle=conduit-algorithms)
[![Stackage (LTS)](http://stackage.org/package/conduit-algorithms/badge/lts)](http://stackage.org/lts/package/conduit-algorithms)
[![Test conduit-algorithms](https://github.com/luispedro/conduit-algorithms/actions/workflows/run-tests.yml/badge.svg)](https://github.com/luispedro/conduit-algorithms/actions/workflows/run-tests.yml)Some conduit-based algorithms.
Much of this code was originally part of [NGLess](http://ngless.embl.de) and
has been in production use for years. However, it was spun of from that project
as it can be of generic use.License: MIT
## Author
Luis Pedro Coelho | [Email](mailto:[email protected]) | [Twitter](https://twitter.com/luispedrocoelho)Since version `0.0.14.0`, this includes code originally in [lzma-conduit](https://github.com/alphaHeavy/lzma-conduit) from Alpha Heavy Industries