commit:     29224ef43b80e505a7db75839e642f5fd758b8b1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 11 16:48:57 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jul 11 16:49:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29224ef4

dev-ml/ppx_variants_conv: add 0.17.1

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

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

diff --git a/dev-ml/ppx_variants_conv/Manifest 
b/dev-ml/ppx_variants_conv/Manifest
index 4b70823b954b..b6dbbf5d877a 100644
--- a/dev-ml/ppx_variants_conv/Manifest
+++ b/dev-ml/ppx_variants_conv/Manifest
@@ -1,3 +1,4 @@
 DIST ppx_variants_conv-0.15.0.tar.gz 10530 BLAKE2B 
5947ce3056639ae54f7fb7aea16f1657997ef631f4544baae849023b3d9cc29c8711cc3913e3583b58db99afea793d4cfe13c189e3f0ca44e5ddb0e9515a0507
 SHA512 
549b8d7af75cb98bc6cfe3bc53d43a9bee5c767de149905faf76c0a97c5be86d14d784377805c3932423d4dc698375edbd52f1cf508a4d0f3ea8e79f7e284224
 DIST ppx_variants_conv-0.16.0.tar.gz 12331 BLAKE2B 
d8b454b1d489dede40ea0d43f6d9f8ee30784b975ac388f0c05c3d4778690a102ee8105d888edec0fe899906c8b7e3d083eb6ff0b79d5ee85b5af57ecada0495
 SHA512 
56a4e1da5cc855549e59adcbe25dfc175c7c2bd989f0b984182e2c7d35d5fa19829b38cbbd64104f22dfe06b4460f20ad66e922a553061cabde3d73473cdf33a
 DIST ppx_variants_conv-0.17.0.tar.gz 12377 BLAKE2B 
15fb5b071aa785682433100cd225a840f708411d4cbb63ffc4fa6541b9f6cf5804b03aa9e9c6c106a0cfe2e69da7d805c316d9ea88fdd1a2336d50dc48cca70c
 SHA512 
5b0e414b10e1911048090ddf208e9eaecb1fadb0b2665c0cd69883d260f2fb4f3d0ccebd051c4f2caadf4c4c18dcb46d4880560acbe297c4fff65c582c756d3c
+DIST ppx_variants_conv-0.17.1.tar.gz 12379 BLAKE2B 
c2e2f68af20ef3dd1d33fa5bc86b82e4f47991124307410285f0951dda317efad5d028794c21975e87911d63427a9970ae10992e505fa46390e16e2185736b00
 SHA512 
23c9866b2f07e8e55fb7c19bbddbd1c424410fcb590c2b5039b0d194274fd5cfe6a58da55db83cfaddc698c00e42cad95756f49ef0f3d3163fd5f362ebd5e25a

diff --git a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.17.1.ebuild 
b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.17.1.ebuild
new file mode 100644
index 000000000000..4c72ffff63e4
--- /dev/null
+++ b/dev-ml/ppx_variants_conv/ppx_variants_conv-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="Generation of accessor and iteration functions for ocaml variant 
types"
+HOMEPAGE="https://github.com/janestreet/ppx_variants_conv";
+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/variantslib-${JSM}*:=[ocamlopt?]
+       >=dev-ml/ppxlib-0.36.0:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-ml/dune-3.11"

Reply via email to