# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A multicore testing library for OCaml" description: """ A testing library based on QCheck to test interface behaviour under parallel usage. Lin will generate and run random parallel tests and check the observed behaviour for sequential consistency, that is, whether they can be linearized and explained by some sequential interleaving.""" maintainer: ["Jan Midtgaard "] authors: ["Jan Midtgaard" "Olivier Nicole" "Nicolas Osborne" "Samuel Hym"] license: "BSD-2-clause" tags: [ "test" "property" "qcheck" "quickcheck" "parallelism" "sequential consistency" ] homepage: "https://github.com/ocaml-multicore/multicoretests" bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.12"} "qcheck-core" {>= "0.23"} "qcheck-multicoretests-util" {= version} "odoc" {with-doc} ] depopts: ["base-domains"] 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)"] url { src: "https://github.com/ocaml-multicore/multicoretests/archive/refs/tags/0.5.tar.gz" checksum: [ "md5=3a236b0a83ab37bd59d46b7f1305b24e" "sha512=18fc051a1d25421e6e554538ec29eac125cb2febd57a7004c285271c632ca7748dce5e6cb508a824d9dcd6443c81a4810f264480a3d663da6987bfd3abd29f0d" ] }