diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2023-07-08 17:41:51 +0200 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2023-07-08 18:34:30 +0200 |
| commit | 223dae3231fb52329b1a6775cb60dc0c05d3efd6 (patch) | |
| tree | fe051b82a9e04092a3e2d0284cd86ea217600a4c /dev-ml/async_kernel/async_kernel-0.16.0.ebuild | |
| parent | 01a4bd1b16a22c8f32fdeb895f33803e9839f82d (diff) | |
| download | gentoo-223dae3231fb52329b1a6775cb60dc0c05d3efd6.tar.gz gentoo-223dae3231fb52329b1a6775cb60dc0c05d3efd6.tar.bz2 gentoo-223dae3231fb52329b1a6775cb60dc0c05d3efd6.zip | |
dev-ml/async_kernel: add 0.16.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/async_kernel/async_kernel-0.16.0.ebuild')
| -rw-r--r-- | dev-ml/async_kernel/async_kernel-0.16.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/async_kernel/async_kernel-0.16.0.ebuild b/dev-ml/async_kernel/async_kernel-0.16.0.ebuild new file mode 100644 index 000000000000..3ae6dc07bd49 --- /dev/null +++ b/dev-ml/async_kernel/async_kernel-0.16.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 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 (core)" +HOMEPAGE="https://github.com/janestreet/async_kernel" +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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/core:${SLOT} + dev-ml/core_kernel:${SLOT} + dev-ml/ppx_jane:${SLOT} +" +DEPEND="${RDEPEND}" |
