From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8860159C9B for ; Tue, 30 Jul 2024 16:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC7A2BC05F; Tue, 30 Jul 2024 16:54:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D4102BC060 for ; Tue, 30 Jul 2024 16:54:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE281343007 for ; Tue, 30 Jul 2024 16:54:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 885EC1E94 for ; Tue, 30 Jul 2024 16:54:32 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1722354737.d91aebca3fdab62f26e2c3b2d711941a9ef4819f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ml/fiber/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/fiber/Manifest dev-ml/fiber/fiber-3.7.0.ebuild dev-ml/fiber/metadata.xml X-VCS-Directories: dev-ml/fiber/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d91aebca3fdab62f26e2c3b2d711941a9ef4819f X-VCS-Branch: master Date: Tue, 30 Jul 2024 16:54:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b628374-11dd-4da8-b3fc-b39a06605819 X-Archives-Hash: 6d0e2b0b146873f227d3a9ecb9144767 commit: d91aebca3fdab62f26e2c3b2d711941a9ef4819f Author: Hiroki Tokunaga gmail com> AuthorDate: Tue Jul 30 15:51:05 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jul 30 15:52:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d91aebca dev-ml/fiber: new package, add 3.7.0 Signed-off-by: Hiroki Tokunaga gmail.com> dev-ml/fiber/Manifest | 1 + dev-ml/fiber/fiber-3.7.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++ dev-ml/fiber/metadata.xml | 12 ++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-ml/fiber/Manifest b/dev-ml/fiber/Manifest new file mode 100644 index 000000000..c9fbc6ada --- /dev/null +++ b/dev-ml/fiber/Manifest @@ -0,0 +1 @@ +DIST fiber-3.7.0.tar.gz 26564 BLAKE2B b3df6c27fd4e927e38997e0b90253c96a93632a13ab2aefb6c0ed0d396f17951b3a55dc2015b8c0a5fe5a2fb5270baf697982680de7461a8daaf8cbd5d0e14c7 SHA512 3da1d98c714b5bd4aed5af9e7f0e23ef9cdf058d1e28f1c05ed012fba5b418bc7b229745058ebefae54121e2d8100f1f94a3f8feff1cf1c6dae09f6fc8977c8e diff --git a/dev-ml/fiber/fiber-3.7.0.ebuild b/dev-ml/fiber/fiber-3.7.0.ebuild new file mode 100644 index 000000000..3f584a8a7 --- /dev/null +++ b/dev-ml/fiber/fiber-3.7.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Dune's monadic structured concurrency library" +HOMEPAGE=" + https://opam.ocaml.org/packages/fiber/ + https://github.com/ocaml-dune/fiber/ +" +SRC_URI="https://github.com/ocaml-dune/fiber/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" + +SLOT="0/${PV}" + +KEYWORDS="~amd64" +IUSE="ocamlopt test" + +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-ml/dune-3.6:= + >=dev-lang/ocaml-4.08:= + dev-ml/dyn:= + dev-ml/stdune:= +" + +DEPEND=" + ${RDEPEND} +" + +BDEPEND=" + + + + + tokusan441@gmail.com + Hiroki Tokunaga + + + https://github.com/ocaml-dune/fiber/issues + ocaml-dune/fiber + +