@hackage attoparsec0.8.5.2
Fast combinator parsing for bytestrings
Categories
License
BSD-3-Clause
Maintainer
Bryan O'Sullivan <bos@serpentine.com>
Links
Versions
Installation
Dependencies (4)
- base <2.0
- bytestring >=0.9 && <0.11
- containers >=0.1.0.1
- deepseq Show all…
Dependents (1137)
@hackage/attoparsec-enumerator, @hackage/couch-simple, @hackage/attoparsec-run, @hackage/hopenpgp-tools, @hackage/biostockholm, @hackage/box, Show all…
Package Flags
developer
(off by default)
Whether to build the library in development mode
split-base(on by default)
applicative-in-base(on by default)
Welcome to attoparsec
attoparsec is a fast Haskell parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.
Join in!
I'm happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the bitbucket issue tracker.
Master Mercurial repository:
hg clone http://bitbucket.org/bos/attoparsec
There's also a git mirror:
git clone git://github.com/bos/attoparsec.git
(You can create and contribute changes using either Mercurial or git.)
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.