| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.0 | 8 | amd64 arm arm64 ~ppc ppc64 ~riscv x86 | 0/2.0.0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Reusable Effects-Based Components"
HOMEPAGE="https://github.com/RedPRL/algaeff"
SRC_URI="https://github.com/RedPRL/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt test"
RDEPEND="
>=dev-lang/ocaml-4.12:=[ocamlopt=]
"
DEPEND="${RDEPEND}
test? (
>=dev-ml/alcotest-1.5:*
>=dev-ml/qcheck-0.18:*
)
"
RESTRICT="!test? ( test )"
QA_FLAGS_IGNORED='.*'
>=dev-lang/ocaml-4.12:=[ocamlopt=] test? ( >=dev-ml/alcotest-1.5:* >=dev-ml/qcheck-0.18:* )
>=dev-lang/ocaml-4.12:=[ocamlopt=]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | algaeff-2.0.0.tar.gz | 15630 bytes | https://github.com/RedPRL/algaeff/archive/refs/tags/2.0.0.tar.gz |