this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "Various utility functions for property-based testing of multicore programs" 5description: """ 6A small library of utility functions for QCheck-based testing of 7multicore programs.""" 8maintainer: ["Jan Midtgaard <mail@janmidtgaard.dk>"] 9authors: ["Jan Midtgaard" "Olivier Nicole" "Nicolas Osborne" "Samuel Hym"] 10license: "BSD-2-clause" 11tags: ["test" "property" "qcheck" "quickcheck" "multicore" "non-determinism"] 12homepage: "https://github.com/ocaml-multicore/multicoretests" 13bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues" 14depends: [ 15 "dune" {>= "3.0"} 16 "ocaml" {>= "4.12"} 17 "qcheck-core" {>= "0.20"} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" 35url { 36 src: "https://github.com/ocaml-multicore/multicoretests/archive/0.2.tar.gz" 37 checksum: [ 38 "md5=d3d214d0a5c0d9f191a58be165151e27" 39 "sha512=cf7bef79ae7eec15e0cdf9d93cb0fe07e5f75dd3d8da825c509132119289fab9b13976bc61ea033246074caa22c0ef45f7522487e5feadf47ca30db3de995253" 40 ] 41}