conduit-parse: Parsing framework based on conduit.

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

Please refer to README.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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, parsers, safe, safe-exceptions, text, transformers [details]
License LicenseRef-PublicDomain
Author mail@cmoreau.info
Maintainer mail@cmoreau.info
Revised Revision 1 made by koral at 2022-05-10T22:23:21Z
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 2022-05-10T22:15:49Z
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 12216 total (90 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-05-11 [all 1 reports]

Readme for conduit-parse-0.2.1.1

[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.