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, mtl, network [details]
License MIT
Copyright (c) 2014 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-17T08:24:04Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 7542 total (23 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-17 [all 1 reports]

Readme for network-attoparsec-0.9.1

[back to package description]

haskell-network-attoparsec

Build Status Coverage Status MIT Haskell

Utility functions for running an attoparsec parser against a socket