fast combinator parsing for texts
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.  This library is basically a translation of the original
attoparsec library to use text instead of bytestrings.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: http://hackage.haskell.org/package/attoparsec-text
