streaming-attoparsec: Attoparsec integration for the streaming ecosystem

[ bsd3, library, streaming ] [ Propose Tags ]

Attoparsec integration for the streaming ecosystem.


[Skip to Readme]

Modules

[Index]

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

  • No Candidates
Versions [RSS] 1.0.0, 1.0.0.1
Change log CHANGELOG.md
Dependencies attoparsec (>=0.13 && <0.14), base (>=4.7 && <5), bytestring, streaming (>=0.1.4.5 && <0.3), streaming-bytestring (>=0.1.4.0 && <0.2) [details]
License BSD-3-Clause
Author Michael Thompson
Maintainer Colin Woodbury, colingw@gmail.com
Revised Revision 2 made by fosskers at 2018-12-02T19:44:02Z
Category Streaming
Home page https://github.com/haskell-streaming/streaming-attoparsec
Uploaded by fosskers at 2018-03-30T18:13:22Z
Distributions LTSHaskell:1.0.0.1, NixOS:1.0.0.1, Stackage:1.0.0.1
Reverse Dependencies 6 direct, 1 indirect [details]
Downloads 2892 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-30 [all 1 reports]

Readme for streaming-attoparsec-1.0.0

[back to package description]

streaming-attoparsec

Data.Attoparsec.ByteString.Streaming replicates Renzo Carbonara's Pipes.Attoparsec module. It permits parsing an effectful bytestring with an attoparsec parser, and also the conversion of an effectful bytestring into stream of parsed values.

See the Haddock documentation for usage examples.