citeproc-hs is a library for rendering bibliographic reference citations
into a variety of styles using a macro language called Citation Style
Language (CSL) [1].
[1] http://xbiblio.sourceforge.net/
This package provides Haskell bindings for libcmark, the reference
parser for CommonMark, a fully specified variant of Markdown. It
includes sources for libcmark (0.21.0) and does not require prior
installation of the C library.
This library parses and dumps documents that are formatted according to
RFC 4180, "The common Format and MIME Type for Comma-Separated Values
(CSV) Files". This format is used, among many other things, as a lingua
franca for spreadsheets, and for certain web services.
Pdfgrep is a tool to search text in PDF files. It works similar to grep.
Features:
* search for regular expressions.
* support for some important grep options, including:
o filename output.
o page number output.
o optional case insensitivity.
o count occurrences.
* and the most important feature: color output!
ack is a grep-like program with optimizations for searching through large
trees of source code.
Key improvements include:
* Defaults to only searching program source code
* Defaults to recursively searching directories
* Ignores blib directories.
* Ignores source code control directories, like CVS, .svn and _darcs.
* Uses Perl regular expressions
* Highlights matched text
Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell.
This package provides a general purpose Haskell XML library using Expat
to do its parsing (a fast stream-oriented XML parser written in C). It
is extensible to any string type, with String, ByteString and Text
provided out of the box.
This package contains a combinator library for constructing
HTML documents.
The highlighting-kate is a syntax highlighting library with support for
nearly one hundred languages. The syntax parsers are automatically
generated from Kate syntax descriptions [1], so any syntax supported by
Kate can be added.
[1] http://kate-editor.org/