mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/ppx_log: add 0.17.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST ppx_log-0.15.0.tar.gz 6672 BLAKE2B 3b45e705dfe6256d95e52b3fb1b1f98599d48fba6d4c565df95319566d5ab62965182d265db68a9b2f0b7e32103861639ff9ca46e1980e93e63abdeae83e79cd SHA512 1585f82615def2fc1c94853e9a1b9e3ebd2ef8193067f229f24580ea124c06736a2b361377801b9a44b7347e1938da051ed652764142e2270de3d3e8f375bf46
|
||||
DIST ppx_log-0.16.0.tar.gz 6706 BLAKE2B 7da65372fb1ad0f25023f1236634a1cb790f8ab3098a250ea1fac6056213973b02efac54c659c5dc950b2daf64673b761f6af91976bee3781f18f8e62c7c8d3f SHA512 6560720e4c329d8859850f06aa9c80f9446f361221ce57223ee2872944928079898bb644bf762d4907673368a18857390346a94d450ba4d2787abac77dea9e87
|
||||
DIST ppx_log-0.17.0.tar.gz 37668 BLAKE2B 357b9ea6743e887d2b156a4374bd88d4bf598ea85ca3d3391155b15dab2e8d0aeaddfd6745e5e46f53588e0065456ee4e06a5cfe3c049e7e78771d487b1fce56 SHA512 9944bf182bc2a9ac02e278f00b73f75bc5a899ca71e42fce3a813b6ca8c3a8e16a159b1756cbf506996b287193b503a53ec80cf524c44a1fbbdcb44c456efd6f
|
||||
|
||||
37
dev-ml/ppx_log/ppx_log-0.17.0.ebuild
Normal file
37
dev-ml/ppx_log/ppx_log-0.17.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Lazily rendering log messages"
|
||||
HOMEPAGE="https://github.com/janestreet/ppx_log"
|
||||
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/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/ppx_compare:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_enumerate:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_expect:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_fields_conv:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_here:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_let:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_sexp_conv:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_sexp_message:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_sexp_value:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_string:${SLOT}[ocamlopt?]
|
||||
dev-ml/ppx_variants_conv:${SLOT}[ocamlopt?]
|
||||
>=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
|
||||
dev-ml/sexplib:${SLOT}[ocamlopt?]
|
||||
dev-ml/stdio:${SLOT}[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND=">=dev-ml/dune-3.11"
|
||||
@@ -211,6 +211,7 @@ dev-ml/parsexp:0/0.17
|
||||
dev-ml/sexplib:0/0.17
|
||||
dev-ml/variantslib:0/0.17
|
||||
dev-ml/ppx_variants_conv:0/0.17
|
||||
dev-ml/ppx_log: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