Install this version:
emerge -a =dev-ml/psq-0.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/psq-0.2.1
Or alternatively:
emerge --autounmask-write -a =dev-ml/psq-0.2.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.1 | 8 | ~amd64 | 0/0.2.1 |
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Functional Priority Search Queues for OCaml"
HOMEPAGE="https://github.com/pqwy/psq"
SRC_URI="https://github.com/pqwy/psq/releases/download/v${PV}/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RDEPEND="dev-ml/seq:="
DEPEND="
${RDEPEND}
test? (
dev-ml/qcheck:*
dev-ml/alcotest:*
)
"
RESTRICT="!test? ( test )"
Manage flags for this package:
euse -i <flag> -p dev-ml/psq |
euse -E <flag> -p dev-ml/psq |
euse -D <flag> -p dev-ml/psq
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | psq-0.2.1.tbz | 11341 bytes | https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz |