attoparsec-0.8.2.0: README.markdown
# 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](http://bitbucket.org/bos/attoparsec/issues).
Master [Mercurial repository](http://bitbucket.org/bos/attoparsec):
* `hg clone http://bitbucket.org/bos/attoparsec`
There's also a [git mirror](http://github.com/bos/attoparsec):
* `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>.