qcheck-0.5.3.ebuild 513 B

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