From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/sexplib/
Date: Sat, 23 Apr 2022 04:30:47 +0000 (UTC) [thread overview]
Message-ID: <1650687969.33bc39a6414b4471ae658acaf629e8248a946919.xgqt@gentoo> (raw)
commit: 33bc39a6414b4471ae658acaf629e8248a946919
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 04:26:09 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 04:26:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bc39a6
dev-ml/sexplib: bump to 0.15.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/sexplib/Manifest | 1 +
dev-ml/sexplib/sexplib-0.15.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-ml/sexplib/Manifest b/dev-ml/sexplib/Manifest
index 4247aaacd3be..e5e338946c7d 100644
--- a/dev-ml/sexplib/Manifest
+++ b/dev-ml/sexplib/Manifest
@@ -1 +1,2 @@
DIST sexplib-0.14.0.tar.gz 54055 BLAKE2B d0ee1470fb9d28eb6d6ed3aaf0f6bd63d7c4860183ac287054f08bc54d57d0c52ebf9fe516aa991d8c66967ecc6ad95b6a6d19eb40a9f610a6f91f832d9d2e20 SHA512 e77a9ae8991e6b73de57ab6b7068d6482471dd34ff0af23b93b5ba57bd69493d15db3279d3b328280f716e531c08c2a6c39bfaa886f1934240dcc13724673684
+DIST sexplib-0.15.0.tar.gz 55020 BLAKE2B 250d2d791abab87e18ad363dc2140d436cec90469156c2bd37d3de533dd219891bdc5e518d1a37eb8ee4e34f1ec5e924684f1408487d3080c5cfe4a0f32e2d69 SHA512 c31fed5e5bf48381a9b6a48085e7d8909471e38a8cc7586e3c520fe60c6df7a1eebcca1a0ca93cd4d1cc61c1c3c36211db05572273550f7218eb69dd97d27333
diff --git a/dev-ml/sexplib/sexplib-0.15.0.ebuild b/dev-ml/sexplib/sexplib-0.15.0.ebuild
new file mode 100644
index 000000000000..d78b76f030d3
--- /dev/null
+++ b/dev-ml/sexplib/sexplib-0.15.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
+HOMEPAGE="https://github.com/janestreet/sexplib"
+SRC_URI="https://github.com/janestreet/sexplib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+ dev-ml/parsexp:=
+ dev-ml/base:=
+ dev-ml/sexplib0:=
+ dev-ml/num:=
+"
+DEPEND="${RDEPEND}"
next reply other threads:[~2022-04-23 4:30 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-23 4:30 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-12 5:40 [gentoo-commits] repo/gentoo:master commit in: dev-ml/sexplib/ Arthur Zamarin
2024-06-02 19:46 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:36 Arthur Zamarin
2023-12-29 22:35 Alfredo Tupone
2023-06-30 19:08 Maciej Barć
2023-03-25 2:03 Sam James
2023-03-25 1:47 Sam James
2023-03-25 1:47 Sam James
2023-03-25 1:47 Sam James
2023-03-16 13:42 Alfredo Tupone
2023-02-01 19:08 Alfredo Tupone
2023-01-28 13:26 Alfredo Tupone
2022-10-14 19:06 Alfredo Tupone
2022-07-05 17:03 Alfredo Tupone
2022-04-25 16:49 Alfredo Tupone
2022-04-23 6:08 Maciej Barć
2021-03-13 14:05 Sam James
2021-03-09 7:31 Alfredo Tupone
2021-03-04 14:28 Agostino Sarubbo
2021-02-25 17:54 Sam James
2021-02-25 13:09 Sam James
2020-10-13 12:54 Mark Wright
2018-02-11 21:56 Thomas Deutschmann
2017-11-04 9:53 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-07-29 10:06 Alexis Ballier
2017-04-05 9:51 Michael Weber
2017-04-01 13:32 Alexis Ballier
2017-01-24 11:50 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=1650687969.33bc39a6414b4471ae658acaf629e8248a946919.xgqt@gentoo \
--to=xgqt@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