summaryrefslogtreecommitdiff
path: root/dev-haskell/monad-par/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/monad-par/metadata.xml')
-rw-r--r--dev-haskell/monad-par/metadata.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/dev-haskell/monad-par/metadata.xml b/dev-haskell/monad-par/metadata.xml
index 42da13462ec1..33dbc4b265de 100644
--- a/dev-haskell/monad-par/metadata.xml
+++ b/dev-haskell/monad-par/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
This library offers an alternative parallel programming
API to that provided by the @parallel@ package.
The 'Par' monad allows the simple description of
@@ -20,10 +20,11 @@
Examples of use can be found in the examples/ directory
of the source package.
</longdescription>
- <use>
- <flag name="chaselev">Use Chase-Lev Deques for higher-perf work-stealing.</flag>
- </use>
- <upstream>
- <remote-id type="github">simonmar/monad-par</remote-id>
- </upstream>
-</pkgmetadata>
+ <upstream>
+ <remote-id type="github">simonmar/monad-par</remote-id>
+ </upstream>
+ <use>
+ <flag name="chaselev">Use Chase-Lev Deques for higher-perf work-stealing.</flag>
+ </use>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file