commit:     517193d0354e44f4cd737f7eb4b7eb6ee235b587
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 11:57:20 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 13:13:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517193d0

dev-ml/ppx_assert: add 0.16.0

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

 dev-ml/ppx_assert/Manifest                 |  1 +
 dev-ml/ppx_assert/ppx_assert-0.16.0.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 62132a9a4482..d88abf0113aa 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_assert-0.14.0.tar.gz 7239 BLAKE2B 
730d1cceee88728291473e73120cc1ae19477927c8f5e20b1a455ab78e34c5917907a60e03ea7d2b898ccb99e42755f1ad918d7fa59ae64bac84fd8356af7647
 SHA512 
b8ae4a1f08e9110f0809f98d1e0126d50101db7c5b87aa166294aed29df420a079fd2c0797c2888718acd8cd4f2aaaa98f0c445e5fb1423325cc89801e7d52b1
 DIST ppx_assert-0.15.0.tar.gz 7387 BLAKE2B 
60b4f32780ecf04eb478645f25150f9ad2b6671954e99b208917e0723767a1d122128c19b6964b63cd707ed78bf5b8117d4319f2f82e0b22deead05a140adcba
 SHA512 
54d28c8fc9c1ecff9e7b616aa4013d09f6554f6b59b62ef9db0f18fb4a8e0b36f31241f522324140a9f680ad46ac57257a28baca00daa901c264f40d61fd510d
+DIST ppx_assert-0.16.0.tar.gz 7419 BLAKE2B 
21090724f4fec89cd6dc87a409dc181e0cc816c24beb82b330f9471e7d20aeb0cab61c105d61251706180af2be3d93cf46dbd78d0af2b2ce9cbb57bd8134774e
 SHA512 
cceddea9172535ca72990fabe455b503a28a5b7519dc635ba1e6e3aff9d0c5f71a794f3ce05466165bab843b7385c23b0d879917d15589ad9b9592718dd46063

diff --git a/dev-ml/ppx_assert/ppx_assert-0.16.0.ebuild 
b/dev-ml/ppx_assert/ppx_assert-0.16.0.ebuild
new file mode 100644
index 000000000000..839209fc5e32
--- /dev/null
+++ b/dev-ml/ppx_assert/ppx_assert-0.16.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
+HOMEPAGE="https://github.com/janestreet/ppx_assert";
+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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+       >=dev-lang/ocaml-4.14
+       >=dev-ml/ppxlib-0.28:=
+       dev-ml/ppx_cold:${SLOT}
+       dev-ml/ppx_compare:${SLOT}
+       dev-ml/ppx_here:${SLOT}
+       dev-ml/ppx_sexp_conv:${SLOT}
+"
+RDEPEND="${DEPEND}"

Reply via email to