# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Various utility functions for property-based testing of multicore programs" description: """ A small library of utility functions for QCheck-based testing of multicore programs.""" maintainer: ["Jan Midtgaard "] authors: ["Jan Midtgaard" "Olivier Nicole" "Nicolas Osborne" "Samuel Hym"] license: "BSD-2-clause" tags: ["test" "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.0"} "ocaml" {>= "4.12"} "qcheck-core" {>= "0.20"} "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" url { src: "https://github.com/ocaml-multicore/multicoretests/archive/0.2.tar.gz" checksum: [ "md5=d3d214d0a5c0d9f191a58be165151e27" "sha512=cf7bef79ae7eec15e0cdf9d93cb0fe07e5f75dd3d8da825c509132119289fab9b13976bc61ea033246074caa22c0ef45f7522487e5feadf47ca30db3de995253" ] }