summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-04-27 21:48:41 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-04-27 21:49:14 +0200
commitdaefe32fe0a14ffe3cb3d0e5da569feed6bc96ce (patch)
treeaad1e1b872c064410ec08e8a5c0a22e23dbd4638 /dev-ml/async_extra
parentpackage.mask: add async_extra to janestreet mask (diff)
downloadgentoo-daefe32fe0a14ffe3cb3d0e5da569feed6bc96ce.tar.gz
gentoo-daefe32fe0a14ffe3cb3d0e5da569feed6bc96ce.tar.bz2
gentoo-daefe32fe0a14ffe3cb3d0e5da569feed6bc96ce.zip
dev-ml/async_extra: 0.15.0 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/async_extra')
-rw-r--r--dev-ml/async_extra/Manifest1
-rw-r--r--dev-ml/async_extra/async_extra-0.15.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 1b92167684c1..67871c5a2a3a 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1 +1,2 @@
DIST async_extra-0.14.0.tar.gz 17746 BLAKE2B 46367dfb909ea02100be7718edbee8deac1c9019232723af6d80cf2567b2d17b316ae2355ffd9c9cd7897c3409c50cd4a7105a44a153eac02fa6326c195f237d SHA512 c646d9f69dac06aba973a837e295502b45bcda3ffbf3971f283035f2f60b5f92777fa105a08827971e8eae563b12b019341b29f30703b6490fec38d276a74199
+DIST async_extra-0.15.0.tar.gz 18236 BLAKE2B d780885e26fe49499f616d70acfafeff5022c9f6a6bcb0a6f89149162e10c5f921edf250bf31556fa5d845a1d1e95a91f650a00f8d8c23931742d70f183f7dc8 SHA512 d54c324b615dd6575024a1694790e247f1982949399aaab4b75a8918d819798c64c6d3a5fafd17274d3a3b0b45b7e3b022b4e263aad9701c2eecce3c25d032b7
diff --git a/dev-ml/async_extra/async_extra-0.15.0.ebuild b/dev-ml/async_extra/async_extra-0.15.0.ebuild
new file mode 100644
index 000000000000..eeeca95a16e6
--- /dev/null
+++ b/dev-ml/async_extra/async_extra-0.15.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
+HOMEPAGE="https://github.com/janestreet/async_extra"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/async_kernel:${SLOT}"
+DEPEND="${RDEPEND}"