Haskell utilities for parsing, filtering, transforming and generating XML
documents.
A simple applicative parser in Parsec style.
This library allows an Attoparsec parser to receive input incrementally from
an enumerator. This could be used for parsing large files, or implementing
binary network protocols.
A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.
Parser and printer for bencoded data. Bencode (pronounced like B encode)
is the encoding used by the peer-to-peer file sharing system BitTorrent
for storing and transmitting loosely structured data.
A blazingly fast HTML combinator library for the Haskell programming language.
Core modules of a blazingly fast markup combinator library for the Haskell
programming language.
A small library that allows you to parse CSV formatted data efficiently
with Haskell.
The module Data.CaseInsensitive provides the 'CI' type constructor which can
be parameterised by a string-like type like: 'String', 'ByteString', 'Text',
etc. Comparisons of values of the resulting type will be insensitive to
cases.
A CSV parsing and encoding library optimized for ease of use and high
performance.