# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.11"
synopsis: "Experimental multicore test suite of OCaml 5.0"
description: """
This package contains a collection of randomized QCheck tests to exercise
the multicore run-time of OCaml 5.0."""
maintainer: ["Jan Midtgaard <mail@janmidtgaard.dk>"]
authors: ["Multiple contributors"]
license: "BSD-2-clause"
tags: [
  "test"
  "test suite"
  "property"
  "qcheck"
  "quickcheck"
  "multicore"
  "non-determinism"
]
homepage: "https://github.com/ocaml-multicore/multicoretests"
bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues"
depends: [
  "dune" {>= "3.18"}
  "base-domains"
  "qcheck-core" {>= "0.25"}
  "qcheck-lin" {= version}
  "qcheck-stm" {= version}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git"
x-maintenance-intent: ["(latest)"]
