Install this version:
emerge -a =dev-ml/psq-0.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/psq-0.2.0
Or alternatively:
emerge --autounmask-write -a =dev-ml/psq-0.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.0 | 8 | ~amd64 | 0/0.2.0 |
# Copyright 2019-2022 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}/${PN}-v${PV}.tbz"
S="${WORKDIR}/${PN}-v${PV}"
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-v0.2.0.tbz | 10538 bytes | https://github.com/pqwy/psq/releases/download/v0.2.0/psq-v0.2.0.tbz |