dev-ml/async - 0.17.0 (gentoo)

Search

Package Information

Description:
Jane Street Capital's asynchronous execution library
Homepage:
https://github.com/janestreet/async
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.17.0 8 ~amd64 ~arm64 ~ppc ~ppc64 ~riscv 0/$(ver_cut 1-2)
View Raw Ebuild
# Copyright 1999-2025 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"
HOMEPAGE="https://github.com/janestreet/async"
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 ~arm64 ~ppc ~ppc64 ~riscv"
IUSE="+ocamlopt"

# Need qtest_lib, netkit_sockets
# Unpackaged test deps
RESTRICT="test"

RDEPEND="
	>=dev-lang/ocaml-5
	dev-ml/async_kernel:${SLOT}[ocamlopt?]
	dev-ml/async_log:${SLOT}[ocamlopt?]
	dev-ml/async_rpc_kernel:${SLOT}[ocamlopt?]
	dev-ml/async_unix:${SLOT}[ocamlopt?]
	dev-ml/core:${SLOT}[ocamlopt?]
	dev-ml/core_kernel:${SLOT}[ocamlopt?]
	dev-ml/core_unix:${SLOT}[ocamlopt?]
	dev-ml/ppx_jane:${SLOT}[ocamlopt?]
	dev-ml/textutils:${SLOT}[ocamlopt?]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-ml/dune-3.11"

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	>=dev-lang/ocaml-5
	dev-ml/async_kernel:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/async_log:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/async_rpc_kernel:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/async_unix:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/core:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/core_kernel:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/core_unix:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/ppx_jane:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/textutils:0/$(ver_cut 1-2)[ocamlopt?]

RDEPEND

	>=dev-lang/ocaml-5
	dev-ml/async_kernel:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/async_log:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/async_rpc_kernel:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/async_unix:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/core:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/core_kernel:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/core_unix:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/ppx_jane:0/$(ver_cut 1-2)[ocamlopt?]
	dev-ml/textutils:0/$(ver_cut 1-2)[ocamlopt?]

BDEPEND

>=dev-ml/dune-3.11

Manifest for 0.17.0

Type File Size Source URLs
DIST async-0.17.0.tar.gz 86210 bytes https://github.com/janestreet/async/archive/v0.17.0.tar.gz