https://github.com/luispedro/conduit-algorithms
Conduit based algorithms
https://github.com/luispedro/conduit-algorithms
conduit haskell library
Last synced: about 2 months 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 (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T06:20:10.000Z (4 months ago)
- Last Synced: 2025-04-09T17:05:51.387Z (about 2 months ago)
- Topics: conduit, haskell, library
- Language: Haskell
- Homepage: http://luispedro.org
- Size: 115 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# Conduit Algorithms
[](https://hackage.haskell.org/package/conduit-algorithms)
[](http://packdeps.haskellers.com/feed?needle=conduit-algorithms)
[](http://stackage.org/lts/package/conduit-algorithms)
[](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