mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-ml/fiber: depend on dune-private-libs instead of individual packages
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
40
dev-ml/fiber/fiber-3.7.0-r1.ebuild
Normal file
40
dev-ml/fiber/fiber-3.7.0-r1.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Dune's monadic structured concurrency library"
|
||||
HOMEPAGE="
|
||||
https://opam.ocaml.org/packages/fiber/
|
||||
https://github.com/ocaml-dune/fiber/
|
||||
"
|
||||
SRC_URI="https://github.com/ocaml-dune/fiber/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-ml/dune-3.6:=
|
||||
>=dev-lang/ocaml-4.08:=
|
||||
dev-ml/dune-private-libs:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
<dev-ml/ppx_expect-0.17:=
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
dune-compile fiber
|
||||
}
|
||||
Reference in New Issue
Block a user