summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_typerep_conv
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ml/ppx_typerep_conv
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ml/ppx_typerep_conv')
-rw-r--r--dev-ml/ppx_typerep_conv/Manifest3
-rw-r--r--dev-ml/ppx_typerep_conv/metadata.xml11
-rw-r--r--dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.16.0.ebuild23
-rw-r--r--dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0-r2.ebuild28
-rw-r--r--dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.1.ebuild27
5 files changed, 0 insertions, 92 deletions
diff --git a/dev-ml/ppx_typerep_conv/Manifest b/dev-ml/ppx_typerep_conv/Manifest
deleted file mode 100644
index 1850da96ff5e..000000000000
--- a/dev-ml/ppx_typerep_conv/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ppx_typerep_conv-0.16.0.tar.gz 9421 BLAKE2B dbef20e205e550ab4ef16cf0e53bb47567b922297818a944a3fb6cd07eee90c6184d9cd33d7fc2e67b47fd371c95410f7022a8e140c9946c1c7502bb2a433d0c SHA512 842f3caeb22b7d1feb1de9f599ffe2474365704e7ce9c05366b9714bcbf165791eda8b16d420a3a64ccc8ea44a9b2178ffddaa8e3ad005c6536c3559f2da295a
-DIST ppx_typerep_conv-0.17.0.tar.gz 9462 BLAKE2B 61f7c0d203a0838874086023cfa94223e0388b0baff5c51d4074b88c4687ce6c55e663f309e8aec7ac49cec9dfd10407f3e8cc2c0c0dffe074ebcd8ac7309222 SHA512 9051905d3fd042f6f4bec5653c249f4a164b636b8f53db67d9a25bcf7b230befd1a0477b16c50f5d9c766bc52f3317a28a929fe8fc725514377925df7ce8da88
-DIST ppx_typerep_conv-0.17.1.tar.gz 9459 BLAKE2B 8b843fe1b4453d146c91e17f463c87491be9dc7b3db44eb55c52eecc5d609f554dc75ab0288dea31a996f6842a9e56c9d6946ae6f859220849d142ac1b961421 SHA512 8184722762d1e848b16f5409ecf478d0e60fadac590fba1d9355bd7efa09c25e4b87cdc0d117a77386b8da6fcf2bf13c7cf6150f3090686e354a2354ad52e1c5
diff --git a/dev-ml/ppx_typerep_conv/metadata.xml b/dev-ml/ppx_typerep_conv/metadata.xml
deleted file mode 100644
index 329c98961a0d..000000000000
--- a/dev-ml/ppx_typerep_conv/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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_typerep_conv</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.16.0.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.16.0.ebuild
deleted file mode 100644
index 5c03edbb4ab6..000000000000
--- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.16.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Generation of runtime types from type declarations"
-HOMEPAGE="https://github.com/janestreet/ppx_typerep_conv"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
-IUSE="+ocamlopt"
-
-DEPEND="
- >=dev-lang/ocaml-4.14
- dev-ml/typerep:${SLOT}
- >=dev-ml/ppxlib-0.28.0:=
- >=dev-ml/ocaml-compiler-libs-0.11.0:=
-"
-RDEPEND="${DEPEND}"
diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0-r2.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0-r2.ebuild
deleted file mode 100644
index 9139b47fdc29..000000000000
--- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Generation of runtime types from type declarations"
-HOMEPAGE="https://github.com/janestreet/ppx_typerep_conv"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-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/typerep-${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_typerep_conv/ppx_typerep_conv-0.17.1.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.1.ebuild
deleted file mode 100644
index d426d3d4e1b6..000000000000
--- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Generation of runtime types from type declarations"
-HOMEPAGE="https://github.com/janestreet/ppx_typerep_conv"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-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/typerep-${JSM}:=[ocamlopt?]
- >=dev-ml/ppxlib-0.36.0:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-ml/dune-3.11"