Codebase list ocaml-qcheck / debian/0.9-1 qcheck-ounit.opam
debian/0.9-1

Tree @debian/0.9-1 (Download .tar.gz)

qcheck-ounit.opam @debian/0.9-1raw · history · blame

opam-version: "1.2"
maintainer: "simon.cruanes.2007@m4x.org"
author: [ "Simon Cruanes <simon.cruanes.2007@m4x.orgr>" ]
homepage: "https://github.com/c-cube/qcheck/"
doc: ["http://c-cube.github.io/qcheck/"]
version: "0.9"
tags: [
  "test"
  "property"
  "quickcheck"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
build-doc: [
  ["dune" "build" "@doc" "-p" name]
]
build-test: [
  ["dune" "runtest" "-p" name]
]
depends: [
  "dune" {build}
  "base-bytes"
  "base-unix"
  "qcheck-core" { >= "0.9" }
  "ounit" {>= "2.0"}
  "odoc" {doc}
]
available: [ ocaml-version >= "4.03.0" ]
dev-repo: "https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"