About

Metadata

  • Last updated , by koral
  • License LicenseRef-PublicDomain
  • Categories Streaming, Text Processing
  • Maintained by: mail@cmoreau.info

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    enable-hlint-test (off by default)

    Enable hlint test-suite

Readme

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.