dev-ml/ocaml-containers: add subslot, impl tests

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-10-23 05:01:12 +00:00
parent 4a7e48d67b
commit c351ef28d1

View File

@@ -11,13 +11,25 @@ HOMEPAGE="https://github.com/c-cube/ocaml-containers"
SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-ml/seq:=[ocamlopt?]
dev-ml/either:=[ocamlopt?]
dev-ml/dune-configurator:=[ocamlopt?]
"
DEPEND="${RDEPEND}"
DEPEND="
${RDEPEND}
test? (
>=dev-ml/qcheck-0.18:=[ocamlopt?]
dev-ml/yojson:=[ocamlopt?]
dev-ml/iter:=[ocamlopt?]
dev-ml/gen:=[ocamlopt?]
dev-ml/csexp:=[ocamlopt?]
dev-ml/uutf:=[ocamlopt?]
)
"