diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-ml/splittable_random | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/splittable_random')
| -rw-r--r-- | dev-ml/splittable_random/Manifest | 2 | ||||
| -rw-r--r-- | dev-ml/splittable_random/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-ml/splittable_random/splittable_random-0.16.0.ebuild | 28 | ||||
| -rw-r--r-- | dev-ml/splittable_random/splittable_random-0.17.0-r2.ebuild | 28 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-ml/splittable_random/Manifest b/dev-ml/splittable_random/Manifest new file mode 100644 index 000000000000..9c938a7d484e --- /dev/null +++ b/dev-ml/splittable_random/Manifest @@ -0,0 +1,2 @@ +DIST splittable_random-0.16.0.tar.gz 9978 BLAKE2B 55c351cd36fc7f41a3abcdad1ca81bd8da67e8d0eadb8d28306e42de9990cfb00b8c7812e7a15c3ffb447c9180347395e403de38740344baf54e48760fbc9f91 SHA512 eeb58de6cf8ee6fda61997ad06e9a3d807eb4e296320b2fcb17bf2ce41dc9ca4dc75ff1caf257dcbb94bd6f205ea2f9b1e2d91a42cf4ee34964ba91f8a0bebd3 +DIST splittable_random-0.17.0.tar.gz 10190 BLAKE2B 46b498628c187410f58f6537d6711e3e75c05fb06b1acda74cb0a11ad0c1bf62db1b2bd75033101b3dd07eca379dc5e97c92d792784995a6593ac19bad610f8f SHA512 e6cefc751f6eb350278ada1bdd38252c29c6829efb8bd754804491fbc7e77a4ddee9c7eb1097082f7069c95efbee3e7d1e81bde0745f0d0d3a3517512344b0b4 diff --git a/dev-ml/splittable_random/metadata.xml b/dev-ml/splittable_random/metadata.xml new file mode 100644 index 000000000000..3a6d48cde411 --- /dev/null +++ b/dev-ml/splittable_random/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-ml/splittable_random/splittable_random-0.16.0.ebuild b/dev-ml/splittable_random/splittable_random-0.16.0.ebuild new file mode 100644 index 000000000000..cf17a5969e1e --- /dev/null +++ b/dev-ml/splittable_random/splittable_random-0.16.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="PRNG that can be split into independent streams" +HOMEPAGE="https://github.com/janestreet/splittable_random" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/ppx_assert:${SLOT} + dev-ml/ppx_bench:${SLOT} + dev-ml/ppx_compare:= + dev-ml/ppx_here:= + dev-ml/ppx_inline_test:${SLOT} + dev-ml/ppx_sexp_message:${SLOT} + dev-ml/ppx_sexp_conv:= + dev-ml/ppxlib:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ml/splittable_random/splittable_random-0.17.0-r2.ebuild b/dev-ml/splittable_random/splittable_random-0.17.0-r2.ebuild new file mode 100644 index 000000000000..57e8383f12e6 --- /dev/null +++ b/dev-ml/splittable_random/splittable_random-0.17.0-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="PRNG that can be split into independent streams" +HOMEPAGE="https://github.com/janestreet/splittable_random" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv" +IUSE="+ocamlopt" + +# Jane Street Minor +JSM=$(ver_cut 1-2) + +RDEPEND=" + >=dev-lang/ocaml-5 + =dev-ml/base-${JSM}*:=[ocamlopt?] + =dev-ml/ppx_assert-${JSM}*:=[ocamlopt?] + =dev-ml/ppx_bench-${JSM}*:=[ocamlopt?] + =dev-ml/ppx_inline_test-${JSM}*:=[ocamlopt?] + =dev-ml/ppx_sexp_message-${JSM}*:=[ocamlopt?] +" +DEPEND="${RDEPEND}" |
