public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_bench/
Date: Sun, 24 Jan 2021 16:06:15 +0000 (UTC)	[thread overview]
Message-ID: <1611504368.7119bfad513003887d0a7d07ee60d7d251a03e93.sam@gentoo> (raw)

commit:     7119bfad513003887d0a7d07ee60d7d251a03e93
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 06:09:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:06:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7119bfad

dev-ml/core_bench: new package

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/core_bench/Manifest                 |  1 +
 dev-ml/core_bench/core_bench-0.14.0.ebuild | 24 ++++++++++++++++++++++++
 dev-ml/core_bench/metadata.xml             | 11 +++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-ml/core_bench/Manifest b/dev-ml/core_bench/Manifest
new file mode 100644
index 00000000000..a603f701b02
--- /dev/null
+++ b/dev-ml/core_bench/Manifest
@@ -0,0 +1 @@
+DIST core_bench-0.14.0.tar.gz 42972 BLAKE2B a65585d2cae5080e23d9b8897d15f7ac6e42c36280a06ff21b5f46d5532f3265b672f7d6373573826b80f5f6dc93343b3e93bf8c3d5b471e6717162e9fac4025 SHA512 e86a04c12832ba281669139d74e942ab1ff8d7dc799ea1687cf57a50ef1c7b031191aa1cc44c50586fcfca8e83c3c6f1a8b1aeb40c724fbaaa0e0568c393d75a

diff --git a/dev-ml/core_bench/core_bench-0.14.0.ebuild b/dev-ml/core_bench/core_bench-0.14.0.ebuild
new file mode 100644
index 00000000000..8a691804a90
--- /dev/null
+++ b/dev-ml/core_bench/core_bench-0.14.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Micro-benchmarking library for OCaml"
+HOMEPAGE="https://github.com/janestreet/core_bench"
+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-ml/core-0.14.0:=
+	>=dev-ml/core_kernel-0.14.0:=
+	>=dev-ml/ppx_jane-0.14.0:=
+	dev-ml/textutils:=
+	>=dev-ml/re-1.8.0:=
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/core_bench/metadata.xml b/dev-ml/core_bench/metadata.xml
new file mode 100644
index 00000000000..9a90d2fb326
--- /dev/null
+++ b/dev-ml/core_bench/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">janestreet/core_bench</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-01-24 16:06 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-24 16:06 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_bench/ Arthur Zamarin
2024-06-09 18:11 Arthur Zamarin
2024-06-09 12:56 Arthur Zamarin
2024-06-09 12:06 Arthur Zamarin
2023-07-17 19:50 Alfredo Tupone
2023-06-15 18:20 Arthur Zamarin
2023-05-06  6:10 Sam James
2023-05-06  0:03 Sam James
2023-05-06  0:03 Sam James
2023-04-28 13:11 Alfredo Tupone
2023-02-20 20:27 Arthur Zamarin
2023-01-27  0:30 Sam James
2022-04-27 20:01 Alfredo Tupone
2021-10-03  9:58 Alfredo Tupone
2021-10-01 17:26 Alfredo Tupone
2021-03-13 14:05 Sam James
2021-03-04 14:28 Agostino Sarubbo
2021-02-25 17:54 Sam James
2021-02-25 13:09 Sam James
2021-02-21  9:49 Sam James
2021-02-10 16:39 Sam James
2021-01-28 20:25 Sam James
2021-01-28  2:48 Sam James
2021-01-27 19:53 Sam James
2017-04-02  8:38 Alexis Ballier
2016-06-23 13:53 Alexis Ballier
2016-03-22 10:56 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2015-09-19 14:03 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=1611504368.7119bfad513003887d0a7d07ee60d7d251a03e93.sam@gentoo \
    --to=sam@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