conduit-parse: Parsing framework based on conduit.

[ conduit, library, public-domain, text ] [ Propose Tags ]
This version is deprecated.

Please refer to README.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
enable-hlint-test

Enable hlint test-suite

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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 && <5), conduit (>=1.3), dlist, mtl (<2.3), parsers, safe, safe-exceptions, text, transformers [details]
License LicenseRef-PublicDomain
Author chahine.moreau@gmail.com
Maintainer chahine.moreau@gmail.com
Revised Revision 2 made by sjakobi at 2022-05-10T13:44: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 2018-03-15T19:43:07Z
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 12131 total (86 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-15 [all 1 reports]

Readme for conduit-parse-0.2.1.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.