summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-22 06:09:10 +0000
committerSam James <sam@gentoo.org>2021-01-24 16:06:08 +0000
commit7119bfad513003887d0a7d07ee60d7d251a03e93 (patch)
treec9c90abd3aaa4d285b6ea1a654d74ddfc9092468 /dev-ml/core_bench/core_bench-0.14.0.ebuild
parentdev-ml/textutils: bump to 0.14.0 (diff)
downloadgentoo-7119bfad513003887d0a7d07ee60d7d251a03e93.tar.gz
gentoo-7119bfad513003887d0a7d07ee60d7d251a03e93.tar.bz2
gentoo-7119bfad513003887d0a7d07ee60d7d251a03e93.zip
dev-ml/core_bench: new package
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/core_bench/core_bench-0.14.0.ebuild')
-rw-r--r--dev-ml/core_bench/core_bench-0.14.0.ebuild24
1 files changed, 24 insertions, 0 deletions
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 000000000000..8a691804a903
--- /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}"