summaryrefslogtreecommitdiff
path: root/dev-haskell/chaselev-deque/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /dev-haskell/chaselev-deque/metadata.xml
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-haskell/chaselev-deque/metadata.xml')
-rw-r--r--dev-haskell/chaselev-deque/metadata.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-haskell/chaselev-deque/metadata.xml b/dev-haskell/chaselev-deque/metadata.xml
index 9f0030f4e5fd..b2433ea1f52f 100644
--- a/dev-haskell/chaselev-deque/metadata.xml
+++ b/dev-haskell/chaselev-deque/metadata.xml
@@ -5,10 +5,14 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
+ <use>
+ <flag name="debug">Enable the extra internal checks.</flag>
+ </use>
<longdescription>
- Chase &amp; Lev work-stealing lock-free double-ended queues (deques).
+ A queue that is push/pop on one end and pop-only on the other. These are commonly
+ used for work-stealing.
+ This implementation derives directly from the pseudocode in the 2005 SPAA paper:
+
+ http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.170.1097&amp;rep=rep1&amp;type=pdf
</longdescription>
- <upstream>
- <remote-id type="github">rrnewton/haskell-lockfree</remote-id>
- </upstream>
</pkgmetadata>