commit:     45fe1edd136f45bfbf079b00af04ad148a0250b9
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 19:09:55 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 19:09:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fe1edd

dev-ml/ppx_optcomp: add 0.17.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ppx_optcomp/Manifest                  |  1 +
 dev-ml/ppx_optcomp/ppx_optcomp-0.17.1.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ml/ppx_optcomp/Manifest b/dev-ml/ppx_optcomp/Manifest
index f1b518117627..75e777dca2ee 100644
--- a/dev-ml/ppx_optcomp/Manifest
+++ b/dev-ml/ppx_optcomp/Manifest
@@ -1,3 +1,4 @@
 DIST ppx_optcomp-0.15.0.tar.gz 16699 BLAKE2B 
b13f9aa50bd46a9ea552677b0c9bc611b6657e6ba7cff1e06d6489d2ffaa646bc3643eee08dbe07f52130ea27b3e607bbf620b0a94f8acdaf7bd045ab1a1c536
 SHA512 
302c2ab79c46a16b8a256167958ad9a87b34a2e7ddc70c7a5476cfb0feffc7de7bebc79c272526698e87804859555176facfb04bc72f3b4373c1cb138b1264c7
 DIST ppx_optcomp-0.16.0.tar.gz 16789 BLAKE2B 
102c9daa01a9fbda926d0ce11546bb7a5a9520f00a57e504e88da383ed793498f23bd6de672f55116d2844a9e474d9a0c3471e7438e91c7019d6384acb40252d
 SHA512 
8a10136a16423723a8cd1414ebad2c2029e8d28c563ce884eaceb85a363df7f019a08cee6194f7dbbc0290666909dbd9557d2900a8ce055ac57069364c785806
 DIST ppx_optcomp-0.17.0.tar.gz 16754 BLAKE2B 
e4f483d0ebcc12f9d9232a482b2733a59c709e3a19a976c0a820b1d57d9b9c852198272bd808a8bcdc4b3e7d1ede9c6c61c5c49c0b838ae35e024150f5c2fbd7
 SHA512 
be874b4a1082c256c856838c55db19de1854b8a330a572c699ce537acef0ded8994ece2170b41c4e2760a4b0e19e4a9c6df46ea7e7e6c3e412f150deb198bbc4
+DIST ppx_optcomp-0.17.1.tar.gz 16785 BLAKE2B 
e0a46af0a1ee8bc41c3564af3fd78feb00d4713eaf53d8bb967e23105c387e89c10224cad26aa2cc7c6ac67694cf65cc38ec5003f1e2dc9835d7f74320d5f861
 SHA512 
2e7c41f168c004cf3be1cd768a5406c61af135c0b084ffdfc39555b4be8c21a227c56cffbfb66de8dc3de35f735277d330f3cc6762e6ba8708deebb78f9fd49b

diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.17.1.ebuild 
b/dev-ml/ppx_optcomp/ppx_optcomp-0.17.1.ebuild
new file mode 100644
index 000000000000..2199157f5185
--- /dev/null
+++ b/dev-ml/ppx_optcomp/ppx_optcomp-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="Optional compilation for OCaml"
+HOMEPAGE="https://github.com/janestreet/ppx_optcomp";
+SRC_URI="https://github.com/janestreet/ppx_optcomp/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?]
+       =dev-ml/stdio-${JSM}:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-ml/dune-3.11"

Reply via email to