packages feed

conduit-algorithms-0.0.14.0: README.md

# 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)
[![Travis](https://api.travis-ci.org/luispedro/conduit-algorithms.png)](https://travis-ci.org/luispedro/conduit-algorithms)
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:luis@luispedro.org) | [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