dev-ml/ke - 0.6 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/ke-0.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/ke-0.6

Or alternatively:

emerge --autounmask-write -a =dev-ml/ke-0.6

Package Information

Description:
Fast implementation of queue in OCaml
Homepage:
https://github.com/mirage/ke
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.6 8 ~amd64 0/0.6
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="Fast implementation of queue in OCaml"
HOMEPAGE="https://github.com/mirage/ke"
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="dev-ml/fmt:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/alcotest
		dev-ml/bechamel
		dev-ml/bigstringaf
		dev-ml/cmdliner
		dev-ml/core_bench
		dev-ml/crowbar
		dev-ml/jsonm
		dev-ml/lwt
		dev-ml/ocplib-json-typed
		dev-ml/psq
		dev-ml/rresult )"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/ke | euse -E <flag> -p dev-ml/ke | euse -D <flag> -p dev-ml/ke

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

dev-ml/fmt:0=[ocamlopt?]

BDEPEND

test? ( dev-ml/alcotest
		dev-ml/bechamel
		dev-ml/bigstringaf
		dev-ml/cmdliner
		dev-ml/core_bench
		dev-ml/crowbar
		dev-ml/jsonm
		dev-ml/lwt
		dev-ml/ocplib-json-typed
		dev-ml/psq
		dev-ml/rresult )

Manifest for 0.6

Type File Size Source URLs
DIST ke-0.6.tar.gz 19362 bytes https://github.com/mirage/ke/archive/v0.6.tar.gz