Hoogle is a Haskell API search engine, which allows you to search many
standard Haskell libraries by either function name, or by approximate type
signature.
Per Conor McBride, the Newtype typeclass represents the packing and
unpacking of a newtype, and allows you to operatate under that newtype
with functions such as ala.
SmallCheck is a testing library that allows to verify properties for all
test cases up to some depth. The test cases are generated automatically
by SmallCheck.
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value. Besides waiting for the
termination of a single thread this packages also provides functions to
wait for a group of threads to terminate. This package is similar to the
"threadmanager", "async" and "spawn" packages. The advantages of this
package are:
* Simpler API.
* More efficient in both space and time.
* No space-leak when forking a large number of threads.
* Correct handling of asynchronous exceptions.
* GHC specific functionality like `forkOn` and `forkIOWithUnmask`.
A parser and renderer for binary Olson timezone files whose format is
specified by the tzfile(5) man page on Unix-like systems.
Bonobo is a set of language- and system-independent CORBA interfaces
for creating reusable components and controls, and for creating
compound documents.
libpci provides a portable layer for read and write access to PCI configuration
registers. Supported platforms include Linux, FreeBSD, NetBSD and AIX.
libowfat is a library of general purpose APIs extracted from Dan
Bernstein's software, reimplemented and covered by the GNU General
Public License Version 2 (no later versions).
libSigC++ Extras is a library consisting of new features built on top of
libSigC++ and features that formerly were in libSigC++ and were removed
from it.
This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary
file format that stores data indexed by IP address subnets (IPv4 or
IPv6).