mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/ppx_assert: add 0.17.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
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
|
||||
DIST ppx_assert-0.17.0.tar.gz 7495 BLAKE2B 26195d4829fb954539446591d52848fa5f0c2a30fcf9a6f73da2e7c5bbf2f147ac9a4a94859f0a6b901562ebe18daf57ddec7d3409001896e8d77ab63c885799 SHA512 373e590946f06cad142a5951ebaf33e0a8194b7f017f25bf721abeb77185710dc813737d47a44d3d4985a3e4e6111102c7ecef5c7424026d98c13957553f7f87
|
||||
|
||||
27
dev-ml/ppx_assert/ppx_assert-0.17.0.ebuild
Normal file
27
dev-ml/ppx_assert/ppx_assert-0.17.0.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2024 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 ~arm64 ~ppc ~ppc64"
|
||||
IUSE="+ocamlopt"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/ocaml-5
|
||||
dev-ml/base:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_cold:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_compare:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_here:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_sexp_conv:${SLOT}[ocamlopt?]
|
||||
>=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND=">=dev-ml/dune-3.11"
|
||||
@@ -189,6 +189,7 @@ dev-ml/ppx_here:0/0.17
|
||||
dev-ml/ppx_let:0/0.17
|
||||
dev-ml/ppx_sexp_message:0/0.17
|
||||
dev-ml/ppx_sexp_value:0/0.17
|
||||
dev-ml/ppx_assert: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