Codebase list ocaml-qcheck / 9ac3591f-6ea1-456e-8f1c-e598085b38c9/main qcheck-core.opam
9ac3591f-6ea1-456e-8f1c-e598085b38c9/main

Tree @9ac3591f-6ea1-456e-8f1c-e598085b38c9/main (Download .tar.gz)

qcheck-core.opam @9ac3591f-6ea1-456e-8f1c-e598085b38c9/mainraw · history · blame

opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
author: [ "Simon Cruanes <simon.cruanes.2007@m4x.org>" ]
homepage: "https://github.com/c-cube/qcheck/"
synopsis: "Core qcheck library"
doc: ["http://c-cube.github.io/qcheck/"]
version: "0.15"
tags: [
  "test"
  "property"
  "quickcheck"
]
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"
  "base-bytes"
  "base-unix"
  "odoc" {with-doc}
  "ocaml" {>= "4.03.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
  "ounit" { < "2.0" }
]