conduit-parse: Parsing framework based on conduit.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Please refer to README.


[Skip to Readme]

Properties

Versions 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, 0.2.1.1
Change log None available
Dependencies base (>=4.8 && <5), conduit (>=1.3), dlist, mtl, parsers, safe, safe-exceptions, text, transformers [details]
License LicenseRef-PublicDomain
Author koral <koral@mailoo.org>
Maintainer koral <koral@mailoo.org>
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:14:52Z

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.