| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.0 | 8 | ~amd64 | 0/0.5.0 |
# 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
DESCRIPTION="Agnostic benchmark in OCaml"
HOMEPAGE="https://github.com/mirage/bechamel"
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/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 )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bechamel-0.5.0.tar.gz | 78939 bytes | https://github.com/mirage/bechamel/archive/v0.5.0.tar.gz |