Ports Search

Results 251260 of 1,719 for /textproc/.(0.002 seconds)
textproc/HaXml-1.25.3 (Score: 0.068937615)
Utilities for manipulating XML documents
Haskell utilities for parsing, filtering, transforming and generating XML documents.
textproc/appar-0.1.4 (Score: 0.068937615)
Simple applicative parser
A simple applicative parser in Parsec style.
textproc/attoparsec-enumerator-0.3.4 (Score: 0.068937615)
Pass input from an enumerator to an Attoparsec parser
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.
textproc/attoparsec-0.12.1.6 (Score: 0.068937615)
Fast combinator parsing for bytestrings and text
A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.
textproc/bencode-0.6.0.0 (Score: 0.068937615)
Parser and printer for bencoded data
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.
textproc/blaze-html-0.8.1.0 (Score: 0.068937615)
Blazingly fast HTML combinator library for Haskell
A blazingly fast HTML combinator library for the Haskell programming language.
textproc/blaze-markup-0.7.0.2 (Score: 0.068937615)
Blazingly fast markup combinator library for Haskell
Core modules of a blazingly fast markup combinator library for the Haskell programming language.
textproc/bytestring-csv-0.1.2 (Score: 0.068937615)
Parse CSV formatted data efficiently with Haskell
A small library that allows you to parse CSV formatted data efficiently with Haskell.
textproc/case-insensitive-1.2.0.4 (Score: 0.068937615)
Case-insensitive string comparison
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.
textproc/cassava-0.4.3.1 (Score: 0.068937615)
CSV parsing and encoding library
A CSV parsing and encoding library optimized for ease of use and high performance.