mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-ml/expect_test_helpers_core: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST expect_test_helpers_core-0.14.0.tar.gz 16378 BLAKE2B f64dbd02802456535d19fdc9f991a56331be728ac34f10c618de22264a0425248cc6b6ff653198081fae779acba32ed48b4792d3902e9feef3b38fa5f95367c0 SHA512 ff4525324972875381ab5b2ec6705fabe8cac2d9a7a84d457b4f4b913da7d22956d363d8d7f61104f244980ed910ba242629d1005d7a7dec6cce9a0750e088b9
|
||||
@@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Helpers for writing expectation tests"
|
||||
HOMEPAGE="https://github.com/janestreet/expect_test_helpers_core"
|
||||
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt"
|
||||
|
||||
# <dev-lang/ocaml-4.14
|
||||
RDEPEND="
|
||||
>=dev-lang/ocaml-4.08.0
|
||||
=dev-ml/base-0.14*
|
||||
=dev-ml/base_quickcheck-0.14*
|
||||
=dev-ml/core-0.14*
|
||||
=dev-ml/ppx_jane-0.14*
|
||||
=dev-ml/sexp_pretty-0.14*
|
||||
=dev-ml/stdio-0.14*
|
||||
>=dev-ml/re-1.8.0
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">This library provides helper functions for writing expect tests.
|
||||
|
||||
If you want helpers for writing expect tests using the Async library,
|
||||
look at expect_test_helpers_async.</longdescription>
|
||||
<upstream>
|
||||
<doc>https://ocaml.janestreet.com/ocaml-core/latest/doc/expect_test_helpers_core/index.html</doc>
|
||||
<bugs-to>https://github.com/janestreet/expect_test_helpers_core/issues</bugs-to>
|
||||
<remote-id type="github">janestreet/expect_test_helpers_core</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user