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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1B2013835C for ; Sun, 24 Jan 2021 16:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01621E0A52; Sun, 24 Jan 2021 16:06:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB3E9E0A52 for ; Sun, 24 Jan 2021 16:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7CA8340C4B for ; Sun, 24 Jan 2021 16:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66F202C5 for ; Sun, 24 Jan 2021 16:06:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611504366.9c47157a18018708a699b8083d71d62b1b5f33f1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/base_bigstring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/base_bigstring/Manifest dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild dev-ml/base_bigstring/metadata.xml X-VCS-Directories: dev-ml/base_bigstring/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c47157a18018708a699b8083d71d62b1b5f33f1 X-VCS-Branch: master Date: Sun, 24 Jan 2021 16:06:15 +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: ddf21692-68f6-4c3c-a627-59a79639e0fd X-Archives-Hash: cf7c263fb68a78360ed58482757c9abc commit: 9c47157a18018708a699b8083d71d62b1b5f33f1 Author: Sam James gentoo org> AuthorDate: Fri Jan 22 05:46:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 24 16:06:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c47157a dev-ml/base_bigstring: new package Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/base_bigstring/Manifest | 1 + dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild | 22 ++++++++++++++++++++++ dev-ml/base_bigstring/metadata.xml | 11 +++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-ml/base_bigstring/Manifest b/dev-ml/base_bigstring/Manifest new file mode 100644 index 00000000000..b74bbf22c42 --- /dev/null +++ b/dev-ml/base_bigstring/Manifest @@ -0,0 +1 @@ +DIST base_bigstring-0.14.0.tar.gz 16579 BLAKE2B 4708fc425b9a4fb534b10b3536eca11bfd4ed8374319f9be09aa981d1a2a24433a25b62cb3faae459a0a633a2ebe6c15a28c2c15251f2ec9505c35528715de16 SHA512 d60bfd1989a29e4c1359722d4c0e2ec382c6d4f3c763b9b80980f38b51419bdf9d30bd9f8ca9cfbc33064458415e227c9f4077d9746ffc13cb4cd5ec8e221fc4 diff --git a/dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild b/dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild new file mode 100644 index 00000000000..5a89b41cd23 --- /dev/null +++ b/dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="String type based on Bigarray, for use in I/O and C-bindings" +HOMEPAGE="https://github.com/janestreet/base_bigstring" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.08.0:=[ocamlopt=] + dev-ml/base:= + dev-ml/ppx_jane:= +" +RDEPEND="${DEPEND}" diff --git a/dev-ml/base_bigstring/metadata.xml b/dev-ml/base_bigstring/metadata.xml new file mode 100644 index 00000000000..82b912706d2 --- /dev/null +++ b/dev-ml/base_bigstring/metadata.xml @@ -0,0 +1,11 @@ + + + + + ml@gentoo.org + ML + + + janestreet/base_bigstring + +