public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/
Date: Sat, 29 Jun 2024 10:19:45 +0000 (UTC)	[thread overview]
Message-ID: <1719656370.d367132793974b0f10f936869bea489d0fa7268c.tupone@gentoo> (raw)

commit:     d367132793974b0f10f936869bea489d0fa7268c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 10:19:10 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 10:19:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3671327

dev-ml/ocaml-ctypes: add 0.22.0

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

 dev-ml/ocaml-ctypes/Manifest                   |  1 +
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.0.ebuild | 32 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest
index 61634628689c..4031632b920e 100644
--- a/dev-ml/ocaml-ctypes/Manifest
+++ b/dev-ml/ocaml-ctypes/Manifest
@@ -2,3 +2,4 @@ DIST ocaml-ctypes-0.17.1.tar.gz 208101 BLAKE2B b9fe6632058a670c988ba9f1ae81b75aa
 DIST ocaml-ctypes-0.20.0.tar.gz 206559 BLAKE2B d9bf1c3f5ae7544e3950766f7eb9bac2c9dbf84130f69b2b8807e55c6a7d659c46d9ba2227d53d578e4e49283730932213eea4c7487beffe4540432b3e700c81 SHA512 605ae95b0233f1157749475526ef00ade2f97649d06a782e8fcf97b604cb86a0dcc8f27c4ac6baec11a41b9ef5becb0e5ae55e30f1ee61b30d4ae17a0d1545c2
 DIST ocaml-ctypes-0.20.1.tar.gz 206863 BLAKE2B a101872991d4bd83464d26e79fa5052c9dadbd10da1ae734fda8976199640091939777a1ba391d2aab84d7e14fafec6f713681e2ea52f6717f5f36d26e8aa225 SHA512 f95e65ce5003a07634afcbee431cb23c54c8335f926074615fc8d76ab777b9d2fce8f75bb25bbb6ed9550a7d6237fb377aa9ad65a426d2d7e387f86c1158fe4a
 DIST ocaml-ctypes-0.21.1.tar.gz 200264 BLAKE2B c4539c8856c1919194f11ecaeb1b0649dc701a6c0dda62c4bb750cd64a9145f2e4a9e77392385e4e398e8e89d5ae91b7c5f68b6242f826563f0f32b78497dfe1 SHA512 3a64b29746360e7dda7725ce7af23ca64cd6a3fa585aa70188cdd143aace744f44c1bd13cdda5c9733ca53d4b874ed42749ca21aaff4f4d53636a390a2c7f94f
+DIST ocaml-ctypes-0.22.0.tar.gz 200377 BLAKE2B f9a27434a564d619d45bc4bd74fa0e045b21cf62e7b83203f25757e093e0ebff6b259b871eec57e404a3b043e4bbfc433a664d78e64b4b357730e09371a0d220 SHA512 98925bddfba81fd91383c5ee87a47f8f3424958e0affc299585b83029ce3cc52ac4c059f94d548cb15f37379ba3a8742a04b94f76787177b26c233b7037faa09

diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.0.ebuild
new file mode 100644
index 000000000000..fbec82b5da87
--- /dev/null
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.22.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DUNE_PKG_NAME=ctypes
+inherit dune
+
+DESCRIPTION="Library for binding to C libraries using pure OCaml"
+HOMEPAGE="https://github.com/yallop/ocaml-ctypes/"
+SRC_URI="https://github.com/yallop/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-lang/ocaml-4.03:=
+	>=dev-libs/libffi-3.3_rc0:=
+	dev-ml/bigarray-compat:=
+	dev-ml/integers:=
+	dev-ml/dune-configurator:=
+"
+DEPEND="${RDEPEND}
+	test? ( dev-ml/ounit2 dev-ml/lwt )"
+REQUIRED_USE="ocamlopt"
+
+src_install() {
+	dune-install ctypes ctypes-foreign
+}


             reply	other threads:[~2024-06-29 10:19 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-29 10:19 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-18 10:28 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/ Arthur Zamarin
2024-11-18 10:28 Arthur Zamarin
2024-11-18  1:43 Sam James
2024-11-18  1:43 Sam James
2024-11-17 21:03 Michał Górny
2024-10-17 13:43 Alfredo Tupone
2024-10-15 15:25 Arthur Zamarin
2024-10-15 15:25 Arthur Zamarin
2024-06-09 18:11 Arthur Zamarin
2024-06-09 18:11 Arthur Zamarin
2024-06-09 12:56 Arthur Zamarin
2024-06-09 12:06 Arthur Zamarin
2023-08-10 18:38 Michał Górny
2023-08-10 18:38 Michał Górny
2023-08-04  6:18 Alfredo Tupone
2023-08-03 19:23 Alfredo Tupone
2023-08-03 19:21 Alfredo Tupone
2023-03-31 11:50 Arthur Zamarin
2023-03-30 17:46 Arthur Zamarin
2023-03-17 17:58 Arthur Zamarin
2023-03-17 17:04 Arthur Zamarin
2023-03-17 17:04 Arthur Zamarin
2022-12-16 11:06 Maciej Barć
2022-12-16 11:06 Maciej Barć
2022-07-01  7:25 Alfredo Tupone
2022-07-01  6:53 Alfredo Tupone
2022-06-30  7:37 Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2022-01-30 18:38 Alfredo Tupone
2021-11-20 10:24 Arthur Zamarin
2021-11-20 10:24 Arthur Zamarin
2021-11-10  7:52 Alfredo Tupone
2021-10-10  2:20 Sam James
2021-10-04 22:58 Sam James
2021-07-27 17:30 Sam James
2021-07-27 17:30 Sam James
2021-03-14 22:03 Sam James
2021-03-14  0:53 Sam James
2021-03-14  0:53 Sam James
2021-03-13 15:26 Sam James
2020-12-02 17:46 Aaron Bauman
2020-11-16 22:53 Sergei Trofimovich
2020-10-15 12:20 Mark Wright
2020-10-13 12:54 Mark Wright
2018-03-17  6:45 Matt Turner
2018-02-11 21:56 Thomas Deutschmann
2017-10-06 13:11 Alexis Ballier
2017-10-06 13:11 Alexis Ballier
2017-08-05 19:34 Sergei Trofimovich
2017-07-10 15:51 Alexis Ballier
2017-06-27 11:22 Alexis Ballier
2017-05-26 13:53 Alexis Ballier
2017-05-24 11:08 Alexis Ballier
2017-05-08 19:28 Alexis Ballier
2017-04-20 17:16 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-02-28 20:15 Markus Meier
2017-02-27  9:45 Alexis Ballier
2017-01-30 22:55 Alexis Ballier
2017-01-25 14:29 Agostino Sarubbo
2017-01-25 10:58 Agostino Sarubbo
2017-01-24 11:14 Alexis Ballier
2016-12-17 11:33 Alexis Ballier
2016-11-28 13:28 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-10-18 15:03 Alexis Ballier
2016-10-05 15:09 Alexis Ballier
2016-10-05 15:09 Alexis Ballier
2016-09-13 12:30 Alexis Ballier
2016-09-08 14:57 Alexis Ballier
2016-08-23 15:11 Alexis Ballier
2016-08-16 10:46 Alexis Ballier
2016-07-18 13:20 Alexis Ballier
2016-07-18 13:20 Alexis Ballier
2016-06-09  9:48 Alexis Ballier
2016-06-03  9:21 Alexis Ballier
2016-05-03 10:43 Alexis Ballier
2016-03-22  9:20 Alexis Ballier
2016-02-22 10:22 Alexis Ballier
2015-11-26 19:16 Markus Meier
2015-11-11 10:05 Agostino Sarubbo
2015-11-10 13:23 Agostino Sarubbo
2015-11-02 12:06 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=1719656370.d367132793974b0f10f936869bea489d0fa7268c.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