dev-ml/bechamel - 9999 (nest)

Search

Package Information

Description:
Agnostic benchmark in OCaml
Homepage:
https://github.com/mirage/bechamel
License:
MIT

Ebuild Details

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

EAPI=8

DUNE_PKG_NAME="bechamel bechamel-js bechamel-notty bechamel-perf mperf"

inherit dune git-r3

DESCRIPTION="Agnostic benchmark in OCaml"
HOMEPAGE="https://github.com/mirage/bechamel"
EGIT_REPO_URI="https://github.com/mirage/${PN}.git"

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

RDEPEND="dev-ml/data-encoding:0=[ocamlopt?]
	dev-ml/fmt:0=[ocamlopt?]
	dev-ml/jsonm:0=[ocamlopt?]
	dev-ml/notty:0=[ocamlopt?]
	dev-ml/rresult:0="
BDEPEND="test? ( dev-ml/alcotest )"

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

RDEPEND

dev-ml/data-encoding:0=[ocamlopt?]
	dev-ml/fmt:0=[ocamlopt?]
	dev-ml/jsonm:0=[ocamlopt?]
	dev-ml/notty:0=[ocamlopt?]
	dev-ml/rresult:0=

BDEPEND

test? ( dev-ml/alcotest )