Install this package:
emerge -a dev-haskell/abstract-deque
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-haskell/abstract-deque
Or alternatively:
emerge --autounmask-write -a dev-haskell/abstract-deque
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3-r1 | 8 | ~amd64 ~arm64 ~ppc64 ~riscv ~x86 | 0/0.3-r1 |
<pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> <longdescription> An abstract interface to highly-parameterizable queues/deques. Background: There exists a feature space for queues that extends between: * simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queues ... with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on 'IORef' and "Data.Sequence". </longdescription> <use> <flag name="usecas">Enable the reference implementation to use hardware compare-and-swap.</flag> </use> <upstream> <remote-id type="hackage">abstract-deque</remote-id> <remote-id type="github">rrnewton/haskell-lockfree</remote-id> </upstream> </pkgmetadata>
Manage flags for this package:
euse -i <flag> -p dev-haskell/abstract-deque |
euse -E <flag> -p dev-haskell/abstract-deque |
euse -D <flag> -p dev-haskell/abstract-deque
| Flag | Description | 0.3-r1 |
|---|---|---|
| usecas | Enable the reference implementation to use hardware compare-and-swap. | ✓ |
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| DIST | abstract-deque-0.3.tar.gz | 7219 bytes |