forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
28 lines (28 loc) · 1.04 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
The 'Par' monad(s) offer an alternative
parallel programming API to that provided by the
@parallel@ package.
A 'Par' monad allows the simple description of
parallel computations, and can be used to add
parallelism to pure Haskell code. The basic API
is straightforward: a @Par@ monad supports forking
and simple communication in terms of 'IVar's.
This module is an interface module only. It
provides a number of type clasess, but not an
implementation. The type classes separate different
levels of @Par@ functionality. See the
"Control.Monad.Par.Class" module for more details.
The 'monad-par' library is one example of a
concrete library providing this interface.
</longdescription>
<upstream>
<remote-id type="github">simonmar/monad-par</remote-id>
</upstream>
</pkgmetadata>