Codebase list ocaml-qcheck / run/855361c0-182a-4af5-8abb-69090331feec/upstream qcheck-ounit.opam
run/855361c0-182a-4af5-8abb-69090331feec/upstream

Tree @run/855361c0-182a-4af5-8abb-69090331feec/upstream (Download .tar.gz)

qcheck-ounit.opam @run/855361c0-182a-4af5-8abb-69090331feec/upstreamraw · history · blame

opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
author: [ "the qcheck contributors" ]
license: "BSD-2-Clause"
homepage: "https://github.com/c-cube/qcheck/"
doc: ["http://c-cube.github.io/qcheck/"]
synopsis: "OUnit backend for qcheck"
version: "0.21.1"
tags: [
  "qcheck"
  "quickcheck"
  "ounit"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "dune" { >= "2.8.0" }
  "base-bytes"
  "base-unix"
  "qcheck-core" { = version }
  "ounit2"
  "odoc" {with-doc}
  "ocaml" {>= "4.08.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"