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.12), 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.2), transformers (>=0.2 && <0.4) [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2012-2014, 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 2014-03-17T02:09:29Z
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 16161 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for pipes-attoparsec-0.5.0

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