attoparsec is a fast Haskell parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.
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
There's also a Mercurial mirror:
hg clone https://bitbucket.org/bos/attoparsec
(You can create and contribute changes using either Mercurial or git.)
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.