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 7DD1A1581C1 for ; Mon, 15 Jul 2024 19:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB3662BC082; Mon, 15 Jul 2024 19:27:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D1C892BC082 for ; Mon, 15 Jul 2024 19:27:41 +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 1ED8E341C25 for ; Mon, 15 Jul 2024 19:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3F391E40 for ; Mon, 15 Jul 2024 19:27:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1721053565.64593c3c7abfbbd58e4e26ff75a26324134b4647.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ml/ocaml-syntax-shims/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/ocaml-syntax-shims/Manifest dev-ml/ocaml-syntax-shims/metadata.xml dev-ml/ocaml-syntax-shims/ocaml-syntax-shims-1.0.0.ebuild X-VCS-Directories: dev-ml/ocaml-syntax-shims/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 64593c3c7abfbbd58e4e26ff75a26324134b4647 X-VCS-Branch: master Date: Mon, 15 Jul 2024 19:27:37 +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: 2602b519-04a2-4591-8f12-089c0b19a875 X-Archives-Hash: dd98c1dd0d5abf9763213e033efd82e6 commit: 64593c3c7abfbbd58e4e26ff75a26324134b4647 Author: Hiroki Tokunaga gmail com> AuthorDate: Mon Jul 15 14:26:05 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 15 14:26:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64593c3c dev-ml/ocaml-syntax-shims: new package, add 1.0.0 Signed-off-by: Hiroki Tokunaga gmail.com> dev-ml/ocaml-syntax-shims/Manifest | 1 + dev-ml/ocaml-syntax-shims/metadata.xml | 13 +++++++++++++ .../ocaml-syntax-shims-1.0.0.ebuild | 19 +++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-ml/ocaml-syntax-shims/Manifest b/dev-ml/ocaml-syntax-shims/Manifest new file mode 100644 index 000000000..fe76e58b8 --- /dev/null +++ b/dev-ml/ocaml-syntax-shims/Manifest @@ -0,0 +1 @@ +DIST ocaml-syntax-shims-1.0.0.tar.gz 5806 BLAKE2B b5dc2795a4b28283b24e608ef74566a184caf1f20d2d5c75a77a5050b509f0235a7ada03e112b112e985b7a49dd8000cfafd0bba42d454ae1b2fb97254f9008a SHA512 fa3ba304f1fcc751d41d45687b57e8c5511bbc1b644ea14807f884cf2c6c5275c324ec5f9f55b02b56195af803b2bce7f07afea408fb36f9a6d5d9b85edf6719 diff --git a/dev-ml/ocaml-syntax-shims/metadata.xml b/dev-ml/ocaml-syntax-shims/metadata.xml new file mode 100644 index 000000000..d50963512 --- /dev/null +++ b/dev-ml/ocaml-syntax-shims/metadata.xml @@ -0,0 +1,13 @@ + + + + + tokusan441@gmail.com + Hiroki Tokunaga + + This package provides a small utility that backports some of the newer OCaml syntax to older OCaml compilers. This allows adopting new features such as let+ while still keeping compatibility with older OCaml compiler. + + https://github.com/ocaml-ppx/ocaml-syntax-shims/issues + ocaml-ppx/ocaml-syntax-shims + + diff --git a/dev-ml/ocaml-syntax-shims/ocaml-syntax-shims-1.0.0.ebuild b/dev-ml/ocaml-syntax-shims/ocaml-syntax-shims-1.0.0.ebuild new file mode 100644 index 000000000..523ddf2b3 --- /dev/null +++ b/dev-ml/ocaml-syntax-shims/ocaml-syntax-shims-1.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Backport new syntax to older compilers" +HOMEPAGE="https://github.com/ocaml-ppx/ocaml-syntax-shims" +SRC_URI="https://github.com/ocaml-ppx/ocaml-syntax-shims/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" + +SLOT="0/${PV}" + +KEYWORDS="~amd64" +IUSE="ocamlopt test" + +RESTRICT="!test? ( test )"