dev-ml/psq - 0.2.0 (guru)

Search

Install

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

Package Information

Description:
Functional Priority Search Queues for OCaml
Homepage:
https://github.com/pqwy/psq
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 0/0.2.0
View Raw Ebuild
# 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 )"

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-ml/seq
	test? (
		dev-ml/qcheck
		dev-ml/alcotest
	)

RDEPEND

dev-ml/seq

Manifest for 0.2.0

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