mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
25 lines
525 B
Bash
25 lines
525 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit dune
|
|
|
|
DESCRIPTION="Async helpers for writing expectation tests"
|
|
HOMEPAGE="https://github.com/janestreet/expect_test_helpers"
|
|
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0/${PV}"
|
|
KEYWORDS="~amd64"
|
|
IUSE="ocamlopt"
|
|
|
|
RDEPEND="
|
|
dev-ml/async
|
|
dev-ml/core
|
|
dev-ml/expect_test_helpers_kernel
|
|
dev-ml/ppx_jane
|
|
dev-ml/sexp_pretty
|
|
"
|
|
DEPEND="${RDEPEND}"
|