@hackage attoparsec0.14.4
Fast combinator parsing for bytestrings and text
Categories
License
BSD-3-Clause
Maintainer
Ben Gamari <ben@smart-cactus.org>
Links
Versions
Installation
Tested Compilers
Dependencies (17)
- array
- attoparsec
- base >=4.5 && <5
- bytestring <0.10.4.0
- containers
- 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
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 github issue tracker.
Master git repository:
git clone git://github.com/bos/attoparsec.git
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.