| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0/9999 |
# 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 )"
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=
test? ( dev-ml/alcotest )