mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ml/ppx_diff: new package, add 0.17.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
1
dev-ml/ppx_diff/Manifest
Normal file
1
dev-ml/ppx_diff/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ppx_diff-0.17.0.tar.gz 51242 BLAKE2B 0ff71cade9b94b9a4352958c5d288d910676cc43524bf060b25a0d63ed75ac9b8241ecfeae7f928806269a0fbe961ddc6f60388bd134bc609bebd12971ce13e6 SHA512 63c66108d38e37e1568dd2055e2b90ada633d3a6795144fd9c75cce9dc11edff4df61c19d4845f2b14aae3c732186a7d3b0b7e0591cbfa8c46a440f5c323e6ab
|
||||
11
dev-ml/ppx_diff/metadata.xml
Normal file
11
dev-ml/ppx_diff/metadata.xml
Normal file
@@ -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_diff</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
28
dev-ml/ppx_diff/ppx_diff-0.17.0.ebuild
Normal file
28
dev-ml/ppx_diff/ppx_diff-0.17.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2024 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"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/ocaml-5
|
||||
dev-ml/base:${SLOT}[ocamlopt?]
|
||||
dev-ml/gel:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_compare:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_enumerate:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_jane:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppxlib_jane:${SLOT}[ocamlopt?]
|
||||
>=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND=">=dev-ml/dune-3.11"
|
||||
@@ -285,6 +285,7 @@ dev-ml/bin_prot:0/0.17
|
||||
dev-ml/ppx_bin_prot:0/0.17
|
||||
dev-ml/ppx_jane:0/0.17
|
||||
dev-ml/gel:0/0.17
|
||||
dev-ml/ppx_diff:0/0.17
|
||||
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-08)
|
||||
# EAPI=6, waiting for a version bump, not maintained for many years.
|
||||
|
||||
Reference in New Issue
Block a user