diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-ml/ppx_tydi | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-ml/ppx_tydi')
| -rw-r--r-- | dev-ml/ppx_tydi/Manifest | 3 | ||||
| -rw-r--r-- | dev-ml/ppx_tydi/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild | 23 | ||||
| -rw-r--r-- | dev-ml/ppx_tydi/ppx_tydi-0.17.0-r2.ebuild | 28 | ||||
| -rw-r--r-- | dev-ml/ppx_tydi/ppx_tydi-0.17.1.ebuild | 27 |
5 files changed, 92 insertions, 0 deletions
diff --git a/dev-ml/ppx_tydi/Manifest b/dev-ml/ppx_tydi/Manifest new file mode 100644 index 000000000000..58c851b0228f --- /dev/null +++ b/dev-ml/ppx_tydi/Manifest @@ -0,0 +1,3 @@ +DIST ppx_tydi-0.16.0.tar.gz 4583 BLAKE2B b0390da844dacdbe0492dcf9141ae4356ed8b08af328b51a8f6bd7190b58dd4590606f2375338ce5f799ed140b4652e400c5e68ea2dee8a939a464fe9d681513 SHA512 83e72699901af6dfb786f1f0a381f4a2eec6c5d51c98ec2ab76f0f107d87da7c406278a9e71c09fc7a43b8cd19cd97f87f3ba7adea2efe55fb882cd65b81d60b +DIST ppx_tydi-0.17.0.tar.gz 4620 BLAKE2B dd2a9070723373e0100a8124f627e739557e178251a8531539c30d40db4afd9b2f40e00b92733362614866b3c9ca8d7f5424d7da3a294c9f2a83eda206ceadb6 SHA512 f853b367116c45a26b5b87c2f42b487a8786cdbbf6861da902a0305e4eb386b8b0a838f0b1d9058bee8f2a94e83c622424734646e78406f38cfd5d3f26da4569 +DIST ppx_tydi-0.17.1.tar.gz 4628 BLAKE2B 8f7cb408b1dc03be136a3a02f4974bdf5083cd7023cce3171828e0f091cd982a6e778fba8c3c8d58980d28d1f2df8c3e3a7a146dd568551adf318d06f7b87759 SHA512 f4af5b32a537cb72ffc6a331f73e90eb650e6116ca130d785eda78fb9de5764a1d990ff6929fd6fb695bfeb35d2685f4b35c344125208733b08953ca13410cc5 diff --git a/dev-ml/ppx_tydi/metadata.xml b/dev-ml/ppx_tydi/metadata.xml new file mode 100644 index 000000000000..0b17f6b4c3ea --- /dev/null +++ b/dev-ml/ppx_tydi/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <upstream> + <remote-id type="github">janestreet/ppx_tydi</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild b/dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild new file mode 100644 index 000000000000..c22db3ebd6b7 --- /dev/null +++ b/dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Let expressions, inferring pattern type from expression" +HOMEPAGE="https://github.com/janestreet/ppx_tydi" +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" + +DEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/base:${SLOT} + >=dev-ml/ppxlib-0.28:= +" +RDEPEND="${DEPEND}" diff --git a/dev-ml/ppx_tydi/ppx_tydi-0.17.0-r2.ebuild b/dev-ml/ppx_tydi/ppx_tydi-0.17.0-r2.ebuild new file mode 100644 index 000000000000..489a6712f1ce --- /dev/null +++ b/dev-ml/ppx_tydi/ppx_tydi-0.17.0-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Let expressions, inferring pattern type from expression" +HOMEPAGE="https://github.com/janestreet/ppx_tydi" +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/ppxlib-0.32.1:=[ocamlopt?] + <dev-ml/ppxlib-0.36.0 +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.11" diff --git a/dev-ml/ppx_tydi/ppx_tydi-0.17.1.ebuild b/dev-ml/ppx_tydi/ppx_tydi-0.17.1.ebuild new file mode 100644 index 000000000000..9f4a0631802c --- /dev/null +++ b/dev-ml/ppx_tydi/ppx_tydi-0.17.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Let expressions, inferring pattern type from expression" +HOMEPAGE="https://github.com/janestreet/ppx_tydi" +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" +IUSE="+ocamlopt" + +# Jane Street Minor +JSM=$(ver_cut 1-2)* + +RDEPEND=" + >=dev-lang/ocaml-5 + =dev-ml/base-${JSM}:=[ocamlopt?] + >=dev-ml/ppxlib-0.36.0:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.11" |
