@hackage conduit-parse0.1.0.0
Parsing framework based on conduit.
Categories
License
LicenseRef-OtherLicense
Maintainer
koral <koral@mailoo.org>
Links
Versions
Installation
Dependencies (6)
- base >=4.8 && <5
- conduit <1.3
- exceptions
- parsers
- text
- transformers Show all…
Dependents (8)
@hackage/rss-conduit, @hackage/opml-conduit, @hackage/net-spider-rpl, @hackage/kcd, @hackage/imm, @hackage/atom-conduit, Show all…
The conduit-extra package provides utilities to turn a Parser into a Consumer, but only for streams of ByteStrings of Texts (cf Data.Conduit.Attoparsec module).
This library makes it possible to work with any kind of input by providing a general-purpose parsing framework based on conduit.