# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit dune multiprocessing DESCRIPTION="Lwt-based helpers for Alcotest" HOMEPAGE="https://github.com/mirage/alcotest" SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> alcotest-${PV}.tar.gz" S="${WORKDIR}/alcotest-${PV}" LICENSE="ISC" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="ocamlopt test" RDEPEND=" dev-ml/fmt:= dev-ml/alcotest:= dev-ml/lwt:= dev-ml/logs:= " DEPEND=" ${RDEPEND} test? (