From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/
Date: Fri, 30 Jun 2023 13:14:53 +0000 (UTC) [thread overview]
Message-ID: <1688130817.3664b864e87c0e053e808db610cb9ffd7ecc8731.tupone@gentoo> (raw)
commit: 3664b864e87c0e053e808db610cb9ffd7ecc8731
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 11:32:04 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 13:13:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3664b864
dev-ml/ppx_sexp_conv: add 0.16.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ppx_sexp_conv/Manifest | 1 +
dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0.ebuild | 25 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-ml/ppx_sexp_conv/Manifest b/dev-ml/ppx_sexp_conv/Manifest
index 005492e50ba4..695d65083f07 100644
--- a/dev-ml/ppx_sexp_conv/Manifest
+++ b/dev-ml/ppx_sexp_conv/Manifest
@@ -3,3 +3,4 @@ DIST ppx_sexp_conv-0.14.2.tar.gz 49876 BLAKE2B 32109eb6300894156f91721a1c74e9480
DIST ppx_sexp_conv-0.14.3.tar.gz 49886 BLAKE2B 9fda18267995cdd8efb9dafb069df6a51106a800b263f4c94129957a3f23d2bee72f39382623a320cb09ea13c255000ecf9670c19ccf49d55627c02bb0912224 SHA512 7de81d64e7eeb4d6097134606411830dd066f94222ed320a9c32752116961806ccf807f802e07c522c32aa6f7c20bb901804612a0ffc1b14807903c92acb2f44
DIST ppx_sexp_conv-0.15.0.tar.gz 67450 BLAKE2B 06ea07b90237a288922cfc5a9f6ab2730b7ebc208998c8472635af0fee50e5e2acd5972bcbffe20023fa423db4d788cfae3472d10569c47e444f18ce98599a21 SHA512 da526b5a783c5b2e6cb5d3fc39d69b2eb29807ba77d58ade82abb9267137e8536ec7b841f6ec51b9eb00008a26f71137e78f65df2023b1a47ea586f8d94ce66d
DIST ppx_sexp_conv-0.15.1.tar.gz 67448 BLAKE2B 4994b609edd19bc70755c418ff7ed0972199ad6b3dde834ad32400c613113a3b3622dca160a4e49ed5abd6fcb9ced3f7580ffc1bcb055ca1d71a945ae56ea203 SHA512 f2b669e7c7bbbc8dd4978b47b73662dd0195ae85cdd71596485211cb5ab4daedcae9be4b33796674320e0d324b7ee9f90d3b219212be98ed792e3a89ccf8c41b
+DIST ppx_sexp_conv-0.16.0.tar.gz 66918 BLAKE2B 7f7f4bd9c3178d80b0b813204e8abbc2791a519951793ed99df62988b91fc90e3616565a2c1b629a80a05814b7cb06f491109e079b70aba9a1606552a2a8e19f SHA512 ceacd17683c8e739d2e5eaabb585c01615a11b18c1bef7df85b48820885d344cbae94c1351a6a2522e016a1bd41fc3997928d6b2b2169aeda72ea6626eb1f7a0
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.16.0.ebuild
new file mode 100644
index 000000000000..6d2d413beb92
--- /dev/null
+++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-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="Support Library for type-driven code generators"
+HOMEPAGE="https://github.com/janestreet/ppx_sexp_conv"
+SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+# Upper bound on ppxlib for bug #769536
+DEPEND="
+ >=dev-lang/ocaml-4.14
+ dev-ml/base:${SLOT}
+ dev-ml/findlib:=
+ >=dev-ml/ppxlib-0.28:=
+ >=dev-ml/ocaml-compiler-libs-0.11.0:=
+"
+RDEPEND="${DEPEND}"
next reply other threads:[~2023-06-30 13:14 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-30 13:14 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-11 17:14 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/ Alfredo Tupone
2025-07-09 6:31 Alfredo Tupone
2025-07-09 6:31 Alfredo Tupone
2025-06-03 19:49 Alfredo Tupone
2023-12-29 22:29 Alfredo Tupone
2023-03-25 13:07 Arthur Zamarin
2023-03-25 1:47 Sam James
2023-03-25 1:47 Sam James
2023-03-25 1:43 Sam James
2023-03-16 13:42 Alfredo Tupone
2023-03-09 21:18 Alfredo Tupone
2023-01-28 13:26 Alfredo Tupone
2022-04-24 8:57 Alfredo Tupone
2022-04-23 18:46 Alfredo Tupone
2022-04-22 18:03 Alfredo Tupone
2021-11-15 19:41 Agostino Sarubbo
2021-11-15 16:29 Agostino Sarubbo
2021-11-02 10:20 Sam James
2021-11-02 10:20 Sam James
2021-10-20 7:02 Agostino Sarubbo
2021-10-20 6:56 Agostino Sarubbo
2021-10-15 3:29 Sam James
2021-08-03 11:03 Sam James
2021-07-31 22:12 Sam James
2021-07-30 15:14 Agostino Sarubbo
2021-07-30 6:13 Sam James
2021-07-29 6:45 Agostino Sarubbo
2021-07-28 3:12 Sam James
2021-07-12 20:35 Alfredo Tupone
2021-07-12 19:57 Alfredo Tupone
2021-03-07 20:12 Alfredo Tupone
2021-02-09 18:31 Sam James
2021-01-24 20:43 Sam James
2020-10-16 15:17 Mark Wright
2018-02-14 14:30 Thomas Deutschmann
2017-09-10 14:45 Sergei Trofimovich
2017-08-15 7:26 Alexis Ballier
2017-06-25 14:42 Alexis Ballier
2017-04-17 8:35 Alexis Ballier
2017-04-17 8:35 Alexis Ballier
2017-04-15 10:27 Alexis Ballier
2017-01-24 11:40 Alexis Ballier
2016-03-22 9:20 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1688130817.3664b864e87c0e053e808db610cb9ffd7ecc8731.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox