@hackage / attoparsec

Fast combinator parsing for bytestrings and text

Latest0.14.4

About

Metadata

  • Last updated , by BenGamari
  • License BSD-3-Clause
  • Categories Parsers, Text Processing
  • Maintained by: Ben Gamari <ben@smart-cactus.org>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.8.1
  2. 9.6.3
  3. 9.4.7
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7
  7. 8.8.4
  8. 8.6.5
  9. 8.4.4
  10. 8.2.2
  11. 8.0.2
  12. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    developer (off by default)

    Whether to build the library in development mode

Readme

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.