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" {>= "2.9"} 24 "base-domains" 25 "qcheck-core" {>= "0.20"} 26 "qcheck-multicoretests-util" {= version} 27 "odoc" {with-doc} 28] 29build: [ 30 ["dune" "subst"] {dev} 31 [ 32 "dune" 33 "build" 34 "-p" 35 name 36 "-j" 37 jobs 38 "--promote-install-files=false" 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43 ["dune" "install" "-p" name "--create-install-files" name] 44] 45dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" 46url { 47 src: "https://github.com/ocaml-multicore/multicoretests/archive/0.1.tar.gz" 48 checksum: [ 49 "md5=38880c219c17bc47ae2246c93fd91fb5" 50 "sha512=abd960a8c1d962cc9e7b2120f7e952a59e4ef44d137335ce029b8884ad49870efa6e1c239f973117f893b615fdaa9bd29039f49b880e6da64e7e3190d849648e" 51 ] 52}