mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-ml/lwt: add 5.7.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
parent
a3ba7dee8d
commit
eff2c417dc
@ -1,2 +1,3 @@
|
||||
DIST lwt-5.7.0.tar.gz 313632 BLAKE2B e1b401c70b7722b266085c0493ab4e081aeb58cdf0e3569f677ee3b66edb1b4dda9afd115143315562f301a80bf8efbb09ced3f09f641adcac01fe44b3670cdc SHA512 42e629920783428673b99c9d7a639237c9e6b35079b5d907bc67e7ea506acf9edadc48cec580bdcfd2410ed9412bf5e6bcc8b09de2fa7d35ce1490973d05ddd1
|
||||
DIST lwt-5.9.0.tar.gz 312144 BLAKE2B 123905ca0ef198e410eeacdef9bda91a2b89f8fa4427fee5a747cdde91d7058be7f3f91f405ad61c3df867569a713b1c64db33d237e862d131609bee310d3c21 SHA512 35574743df40170a8d1676254952c060090421a40d5f8ad37a6691f4f8bb0e28fca61f5efff1050edc4f8a3ffa2f06a1e23d0c084c89bfc105c1235e249bbc75
|
||||
DIST lwt-5.9.1.tar.gz 312306 BLAKE2B 4aa1bd218f206e52037f846a49ed5354b5719960cc12e7eca8e31dd5a17f5d0a1cdf35ab5041729c75999b3b599cc575397748ef5acccad0984640f4d6f2b69e SHA512 1c51fdb4d0856c89e2df08a1c0095ef28ebd0f613b07b03d0f66501ca5486515562071291e6d0932e57587ed0c9362c8b92c5c9eddb4d2bb2f5e129986b484a7
|
||||
|
||||
59
dev-ml/lwt/lwt-5.7.0.ebuild
Normal file
59
dev-ml/lwt/lwt-5.7.0.ebuild
Normal file
@ -0,0 +1,59 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Cooperative light-weight thread library for OCaml"
|
||||
SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
HOMEPAGE="http://ocsigen.org/lwt"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
LICENSE="LGPL-2.1-with-linking-exception"
|
||||
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
|
||||
IUSE="+ocamlopt"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libev
|
||||
dev-ml/luv:=
|
||||
dev-ml/mmap:=
|
||||
dev-ml/ocplib-endian:=
|
||||
dev-ml/ppx_let:=
|
||||
dev-ml/ppxlib:=
|
||||
dev-ml/react:=
|
||||
dev-ml/result:=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-ml/cppo
|
||||
dev-ml/findlib
|
||||
"
|
||||
|
||||
# "domainslib" is unpackaged.
|
||||
OCAML_SUBPACKAGES=(
|
||||
lwt
|
||||
lwt_ppx
|
||||
lwt_ppx_let
|
||||
lwt_react
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s| seq||" "${S}"/src/core/dune || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
dune-compile ${OCAML_SUBPACKAGES[@]}
|
||||
}
|
||||
|
||||
src_test() {
|
||||
dune-test ${OCAML_SUBPACKAGES[@]}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dune-install ${OCAML_SUBPACKAGES[@]}
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user