pipes-attoparsec: Attoparsec and Pipes integration.

[ bsd3, library, parser, pipes ] [ Propose Tags ]

Utilities to run Attoparsec parsers on Pipes input streams.

See the changelog.md file in the source distribution to learn about any important changes between version.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2, 0.1.0.1, 0.2.0.0, 0.3.0, 0.3.1, 0.4.0, 0.4.0.1, 0.5.0, 0.5.1, 0.5.1.1, 0.5.1.2, 0.5.1.3, 0.5.1.4, 0.5.1.5, 0.6.0
Change log changelog.md
Dependencies attoparsec (>=0.10 && <0.14), base (>=4.5 && <5.0), bytestring (>=0.9.2.1 && <0.11), pipes (>=4.1 && <4.2), pipes-parse (>=3.0.1 && <3.1), text (>=0.11.2.0 && <1.3), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2012-2016, Paolo Capriotti 2012
Author Renzo Carbonara
Maintainer renzocarbonaraλgmail.com
Category Pipes, Parser
Home page https://github.com/k0001/pipes-attoparsec
Bug tracker https://github.com/k0001/pipes-attoparsec/issues
Source repo head: git clone git://github.com/k0001/pipes-attoparsec.git
Uploaded by RenzoCarbonara at 2016-04-13T17:47:42Z
Distributions Debian:0.5.1.5, LTSHaskell:0.6.0, NixOS:0.6.0, Stackage:0.6.0
Reverse Dependencies 22 direct, 16 indirect [details]
Downloads 16209 total (47 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-04-13 [all 1 reports]

Readme for pipes-attoparsec-0.5.1.3

[back to package description]

pipes-attoparsec

Build Status

Utilities to run Attoparsec parser on Pipes input streams.

Check the source or rendered Haddocks for documentation.

This code is licensed under the terms of the so called 3-clause BSD license. Read the file named LICENSE found in this same directory for details.

See the PEOPLE file to learn about the people involved in this effort.