dev-ml/fiber: new package, add 3.7.0

Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
Hiroki Tokunaga
2024-07-31 00:51:05 +09:00
parent 450eaab221
commit d91aebca3f
3 changed files with 54 additions and 0 deletions

1
dev-ml/fiber/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST fiber-3.7.0.tar.gz 26564 BLAKE2B b3df6c27fd4e927e38997e0b90253c96a93632a13ab2aefb6c0ed0d396f17951b3a55dc2015b8c0a5fe5a2fb5270baf697982680de7461a8daaf8cbd5d0e14c7 SHA512 3da1d98c714b5bd4aed5af9e7f0e23ef9cdf058d1e28f1c05ed012fba5b418bc7b229745058ebefae54121e2d8100f1f94a3f8feff1cf1c6dae09f6fc8977c8e

View File

@@ -0,0 +1,41 @@
# 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/dyn:=
dev-ml/stdune:=
"
DEPEND="
${RDEPEND}
"
BDEPEND="
<dev-ml/ppx_expect-0.17:=
"
src_compile() {
dune-compile fiber
}

12
dev-ml/fiber/metadata.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tokusan441@gmail.com</email>
<name>Hiroki Tokunaga</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/ocaml-dune/fiber/issues</bugs-to>
<remote-id type="github">ocaml-dune/fiber</remote-id>
</upstream>
</pkgmetadata>