network-attoparsec: Utility functions for running a parser against a socket

[ library, mit, network, parsing ] [ Propose Tags ]

Utility functions for running a parser against a socket, without the need of a bigger framework such as Pipes or Conduit.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.11.2, 0.12.1, 0.12.2
Dependencies attoparsec, base (>=4.3 && <5), bytestring, enclosed-exceptions, exceptions, lifted-base, monad-control, mtl, network, transformers [details]
License MIT
Copyright (c) 2015 Leon Mergen
Author Leon Mergen
Maintainer leon@solatis.com
Category Network, Parsing
Home page http://github.com/solatis/haskell-network-attoparsec
Bug tracker http://github.com/solatis/haskell-network-attoparsec/issues
Source repo head: git clone git://github.com/solatis/haskell-network-attoparsec.git -b master
Uploaded by solatis at 2015-02-22T04:54:16Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 7556 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-02-22 [all 1 reports]

Readme for network-attoparsec-0.11.2

[back to package description]

haskell-network-attoparsec

Build Status Coverage Status MIT Haskell

Utility functions for running an attoparsec parser against a socket