File: README.markdown

package info (click to toggle)
haskell-attoparsec 0.13.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 876 kB
  • ctags: 29
  • sloc: haskell: 4,680; ansic: 170; makefile: 22
file content (23 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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](https://github.com/bos/attoparsec/issues).

Master [git repository](https://github.com/bos/attoparsec):

* `git clone git://github.com/bos/attoparsec.git`

Authors
-------

This library is written and maintained by Bryan O'Sullivan,
<bos@serpentine.com>.