this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "State-machine testing library for sequential and parallel model-based tests" 5description: """ 6A state-machine testing library based on QCheck that can generate both 7sequential and parallel tests against a declarative model.""" 8maintainer: ["Jan Midtgaard <mail@janmidtgaard.dk>"] 9authors: ["Jan Midtgaard" "Olivier Nicole" "Nicolas Osborne" "Samuel Hym"] 10license: "BSD-2-clause" 11tags: [ 12 "test" 13 "property" 14 "qcheck" 15 "quickcheck" 16 "state-machine testing" 17 "model-based testing" 18 "parallel testing" 19] 20homepage: "https://github.com/ocaml-multicore/multicoretests" 21bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues" 22depends: [ 23 "dune" {>= "3.0"} 24 "ocaml" {>= "4.12"} 25 "qcheck-core" {>= "0.23"} 26 "qcheck-multicoretests-util" {= version} 27 "odoc" {with-doc} 28] 29depopts: ["base-domains"] 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43] 44dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" 45x-maintenance-intent: ["(latest)"] 46url { 47 src: 48 "https://github.com/ocaml-multicore/multicoretests/archive/refs/tags/0.7.tar.gz" 49 checksum: [ 50 "md5=cddc14e04ad92fa9434916203c853063" 51 "sha512=0d3ddfac0a682b8610a74235e4c1ce2e7edddab291b615e6b2ab50e57a2cfd2e2cdd82891a21e051e2c4cb1fe6a1a2f682b5ff092a61e69584b98beebeb545bc" 52 ] 53}