commit: 485e0f2bbd11e1d28d3f5ea94ee80b5a3c432e19 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Sat Feb 21 11:30:24 2026 +0000 Commit: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> CommitDate: Sat Feb 21 11:31:52 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=485e0f2b
dev-ml/ocaml-containers: add 3.18 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz> dev-ml/ocaml-containers/Manifest | 1 + .../ocaml-containers/ocaml-containers-3.18.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest index fa1854f90e..185f6822de 100644 --- a/dev-ml/ocaml-containers/Manifest +++ b/dev-ml/ocaml-containers/Manifest @@ -1,2 +1,3 @@ DIST ocaml-containers-3.16.gh.tar.gz 444432 BLAKE2B 9a07632075aea29e910456a050c64e6a64a017965b99624466efd517523d93778b7c22f0ae77d6bff8ce7993b4c54167fb539b2ab1aaf48df928d61292c0496f SHA512 856f73350e8a6da41ecd60d1c9d32c43aa0a7085a164fe27f695606d24b56a04672c6d5c99efa7e1cac416b21046b6996d0a9de82c2eba6cba7b6e82db93db43 DIST ocaml-containers-3.17.gh.tar.gz 446317 BLAKE2B 07dea6fe4d8eb7bde93af09585d5cbbccc6fd09d50e505430e3b13d3229f3db9ba538f55e37b8dc001beb99c587878956aef5a9b152b59b4624469668cb21eed SHA512 9c3347de235d39ac07130a48657e8be65d7f8dd4db7d5eb037e3ecfa4ce781430684de9af332d7a8e3dbef7508d4ccf5f3e91868e4afb52c01d0092582a9f5c2 +DIST ocaml-containers-3.18.gh.tar.gz 443206 BLAKE2B 02cc516c927188f4b18d34a97e3f651647ba1672145646cdc3ec24a017d394db5a0e2a712bd25ffb531aeff31b58e076e7fb80301fae63a7ede00e0f950bc8fa SHA512 53bc47b28054a9a2df083bfdd3fca7f167036b36ad6f0067b8e4fbba665bce529207282c8bf2c2d12e503bb5d5cb2328910da8a3cbebc3e0d8d83c8b946687d1 diff --git a/dev-ml/ocaml-containers/ocaml-containers-3.18.ebuild b/dev-ml/ocaml-containers/ocaml-containers-3.18.ebuild new file mode 100644 index 0000000000..94c3501fa7 --- /dev/null +++ b/dev-ml/ocaml-containers/ocaml-containers-3.18.ebuild @@ -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?] + ) +"
