conduit-parse: Parsing framework based on conduit.

[ conduit, library, public-domain, text ] [ Propose Tags ]

Please refer to README.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.2.0.0, 0.2.1.0, 0.2.1.1 (info)
Dependencies base (>=4.8 && <4.11), conduit (<1.3), dlist, mtl, parsers, safe, safe-exceptions, text, transformers [details]
License LicenseRef-OtherLicense
Author koral <koral@mailoo.org>
Maintainer koral <koral@mailoo.org>
Revised Revision 2 made by HerbertValerioRiedel at 2019-02-03T13:57:34Z
Category Conduit, Text
Home page https://github.com/k0ral/conduit-parse
Source repo head: git clone git://github.com/k0ral/conduit-parse.git
Uploaded by koral at 2016-08-23T11:42:28Z
Distributions Arch:0.2.1.1, LTSHaskell:0.2.1.1, NixOS:0.2.1.1, Stackage:0.2.1.1
Reverse Dependencies 8 direct, 5 indirect [details]
Downloads 12096 total (76 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-08-23 [all 1 reports]

Readme for conduit-parse-0.1.2.0

[back to package description]

conduit-parse

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.