Ports Search

Results 291300 of 1,719 for /textproc/.(0.003 seconds)
textproc/regex-posix-0.95.2 (Score: 0.068937615)
Replaces/enhances Text.Regex
The posix regex backend for regex-base.
textproc/regex-tdfa-1.2.0 (Score: 0.068937615)
Replaces/Enhances Text.Regex
A new all Haskell "tagged" DFA regex engine, inspired by libtre.
textproc/rfc5051-0.1.0.3 (Score: 0.068937615)
Simple unicode collation as per RFC5051
This library implements i;unicode-casemap, the simple, non locale-sensitive unicode collation algorithm described in RFC 5051. Proper unicode collation can be done using text-icu, but that is a big dependency that depends on a large C library, and rfc5051 might be better for some purposes.
textproc/stringsearch-0.3.6.6 (Score: 0.068937615)
Fast searching, splitting and replacing of ByteStrings
This package provides several functions to quickly search for substrings in strict or lazy ByteStrings. It also provides functions for breaking or splitting on substrings and replacing all occurrences of a substring (the first in case of overlaps) with another. GHC before 6.10 are no longer supported, other compilers only if they support BangPatterns. If you need it to work with other compilers, send a feature request.
textproc/tagsoup-0.13.3 (Score: 0.068937615)
Parsing and extracting information from HTML/XML documents
TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification, and can be used to parse either well-formed XML, or unstructured and malformed HTML from the web. The library also provides useful functions to extract information from an HTML document, making it ideal for screen-scraping.
textproc/tagstream-conduit-0.5.5.3 (Score: 0.068937615)
Streamlined HTML tag parser
Tag-stream is a library for parsing HTML//XML to a token stream. It can parse unstructured and malformed HTML from the web. It also provides an Enumeratee which can parse streamline html, which means it consumes constant memory.
textproc/texmath-0.8.3 (Score: 0.068937615)
Conversion between formats used to represent mathematics
The texmath library provides functions to read and write TeX math, presentation MathML, and OMML (Office Math Markup Language, used in Microsoft Office). Support is also included for converting math formats to pandoc's native format (allowing conversion, via pandoc, to a variety of different markup formats). The TeX reader supports basic LaTeX and AMS extensions, and it can parse and apply LaTeX macros.
textproc/uri-0.1.6.3 (Score: 0.068937615)
Library for working with URIs
Library for working with URIs, including parsing, rendering, merging, escaping.
textproc/xml-conduit-1.3.1 (Score: 0.068937615)
Pure-Haskell utilities for dealing with XML with the conduit package
This package provides parsing and rendering functions for XML. It is based on the datatypes found in the xml-types package. This package is broken up into the following modules: * Text.XML: DOM-based parsing and rendering. This is the most commonly used module. * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional traversing of the DOM, similar to XPath. * Text.XML.Unresolved: A slight modification to Text.XML which does not require all entities to be resolved at parsing. The datatypes are slightly more complicated here, and therefore this module is only recommended when you need to deal directly with raw entities. * Text.XML.Stream.Parse: Streaming parser, including some streaming parser combinators. * Text.XML.Stream.Render: Streaming renderer.
textproc/xml-hamlet-0.4.0.11 (Score: 0.068937615)
Hamlet-style quasiquoter for XML content
Hamlet-style quasiquoter for XML content.