dev-ml/lablgtk: remove old 2.18.8-r0
[gentoo.git] / dev-ml / qcheck / qcheck-0.7.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 OASIS_BUILD_TESTS=1
7 OASIS_BUILD_DOCS=1
8
9 inherit oasis
10
11 DESCRIPTION="QuickCheck inspired property-based testing for OCaml"
12 HOMEPAGE="https://github.com/c-cube/qcheck/"
13 SRC_URI="https://github.com/c-cube/qcheck/archive/${PV}.tar.gz -> ${P}.tar.gz"
14
15 LICENSE="BSD"
16 SLOT="0/${PV}"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 RDEPEND="dev-ml/ounit:=
21         !<dev-ml/iTeML-2.5"
22 DEPEND="${RDEPEND}
23         dev-ml/ocamlbuild"