dev-ml/ocaml-containers: add 3.18

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2026-02-21 11:30:24 +00:00
parent efecbbd5a1
commit 485e0f2bbd
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME="containers"
inherit dune
DESCRIPTION="Modular, clean and powerful extension of the OCaml standard library"
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/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-ml/seq:=[ocamlopt?]
dev-ml/either:=[ocamlopt?]
dev-ml/dune-configurator:=[ocamlopt?]
"
DEPEND="
${RDEPEND}
test? (
>=dev-ml/qcheck-0.91:=[ocamlopt?]
dev-ml/yojson:=[ocamlopt?]
dev-ml/iter:=[ocamlopt?]
dev-ml/gen:=[ocamlopt?]
dev-ml/csexp:=[ocamlopt?]
dev-ml/uutf:=[ocamlopt?]
dev-ml/mdx:=[ocamlopt?]
)
"