dev-ml/ppx_diff: add 0.17.1

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-07-12 22:13:19 +02:00
parent 1122c33f8e
commit 6f73124bb4
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ppx_diff-0.17.0.tar.gz 51242 BLAKE2B 0ff71cade9b94b9a4352958c5d288d910676cc43524bf060b25a0d63ed75ac9b8241ecfeae7f928806269a0fbe961ddc6f60388bd134bc609bebd12971ce13e6 SHA512 63c66108d38e37e1568dd2055e2b90ada633d3a6795144fd9c75cce9dc11edff4df61c19d4845f2b14aae3c732186a7d3b0b7e0591cbfa8c46a440f5c323e6ab
DIST ppx_diff-0.17.1.tar.gz 51247 BLAKE2B 46c6a461bd8dfd046ff61aa54ea4e5909e59f4abe8871934384668c419fe654fd8ca89cd168d456bc8a0db7d3e974e7b4f05c48ccee44652251dde89a445c887 SHA512 5848274cb0c5acd1ee3f29318e6111c5fef4b357aeda78120e0370067b9b23f62bb57e1e0be948c3af385b5900a3e0fb657f26dd4fe7ee95cd7002b9d8b68547

View File

@@ -0,0 +1,31 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="A PPX rewriter that genreates the implementation of [Ldiffable.S]."
HOMEPAGE="https://github.com/janestreet/ppx_diff"
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/gel-${JSM}:=[ocamlopt?]
=dev-ml/ppx_compare-${JSM}:=[ocamlopt?]
=dev-ml/ppx_enumerate-${JSM}:=[ocamlopt?]
=dev-ml/ppx_jane-${JSM}:=[ocamlopt?]
=dev-ml/ppxlib_jane-${JSM}:=[ocamlopt?]
>=dev-ml/ppxlib-0.36.0:=[ocamlopt?]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-ml/dune-3.11"