dev-ml/psq - 0.2.1 (guru)

Search

Install

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

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.1 8 ~amd64 0/0.2.1
View Raw Ebuild
# 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 )"

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.1

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