Wanted libraries

From HaskellWiki
Revision as of 00:30, 11 December 2006 by DonStewart (talk | contribs) (port page)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page provides:

  • A list of missing libraries for particular problem domains
  • And a list of found libraries that solve a particular problem

If you think there should be a library for some task, add it to this page, and someone may well step up and write it.

High performance string IO

Data.ByteString

Home [1]
Author Don Stewart
Stability good
Availability Part of the base package in Hugs and GHC > 6.5
Supports Fast strings of bytes (not unicode), lazy bytestrings larger than memory. Has been used on terabyte data sources

Binary IO

NewBinary

Home [2]
Author
Stability good
Availability An external package.
Supports Serialisation of data types to and from a binary representation, and to disk.

Web frameworks

HAppS

Database access

HDBC

HaskellDB

Takusen

GUI

Gtk2Hs

wxHaskell

Add more problem domains that you feel we need libraries for!