attoparsec: Fast combinator parsing for bytestrings and text

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.


[Skip to Readme]

Properties

Versions 0.4, 0.5, 0.5.1, 0.6, 0.7.1, 0.7.2, 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.8.1.0, 0.8.1.1, 0.8.2.0, 0.8.3.0, 0.8.4.0, 0.8.5.0, 0.8.5.1, 0.8.5.2, 0.8.5.3, 0.8.6.0, 0.8.6.1, 0.9.0.0, 0.9.1.1, 0.9.1.2, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.10.0.3, 0.10.1.0, 0.10.1.1, 0.10.2.0, 0.10.3.0, 0.10.4.0, 0.11.1.0, 0.11.2.1, 0.11.3.0, 0.11.3.1, 0.11.3.2, 0.11.3.3, 0.11.3.4, 0.12.0.0, 0.12.1.0, 0.12.1.1, 0.12.1.2, 0.12.1.3, 0.12.1.4, 0.12.1.5, 0.12.1.6, 0.13.0.0, 0.13.0.1, 0.13.0.2, 0.13.1.0, 0.13.2.0, 0.13.2.1, 0.13.2.2, 0.13.2.3, 0.13.2.4, 0.13.2.5, 0.14.1, 0.14.2, 0.14.2, 0.14.3, 0.14.4
Change log changelog.md
Dependencies array, base (>=4.3 && <5), bytestring (<0.12), containers, deepseq, fail (>=4.9 && <4.10), ghc-prim (<0.9), scientific (>=0.3.1 && <0.4), semigroups (>=0.16.1 && <0.20), text (>=1.1.1.3), transformers (>=0.2 && <0.4 || >=0.4.1.0 && <0.6) [details]
License BSD-3-Clause
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Bryan O'Sullivan <bos@serpentine.com>, Ben Gamari <ben@smart-cactus.org>
Category Text, Parsing
Home page https://github.com/bgamari/attoparsec
Bug tracker https://github.com/bgamari/attoparsec/issues
Source repo head: git clone https://github.com/bgamari/attoparsec
Uploaded by BenGamari at 2021-10-30T15:07:14Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
developer

Whether to build the library in development mode

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for attoparsec-0.14.2

[back to package description]

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:

Authors

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