this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Runtime support library for Ortac/QCheck-STM-generated code" 4description: """ 5The ortac-runtime-qcheck-stm library provides support for the code 6generated by the Ortac/QCheck-STM plugin (provided by the 7ortac-qcheck-stm package). 8 9Ortac (OCaml Runtime Assertion Checking) is a tool to turn 10executable Gospel specifications into code to test they hold. 11""" 12maintainer: ["Nicolas Osborne <nicolas.osborne@tarides.com>"] 13authors: [ 14 "Nicolas Osborne <nicolas.osborne@tarides.com>" 15 "Nikolaus Huber <mail@n-huber.eu>" 16] 17license: "MIT" 18homepage: "https://github.com/ocaml-gospel/ortac" 19bug-reports: "https://github.com/ocaml-gospel/ortac/issues" 20depends: [ 21 "dune" {>= "3.8"} 22 "ocaml" {>= "4.12.0"} 23 "qcheck-stm" {>= "0.4"} 24 "ortac-runtime" {= version} 25 "odoc" {with-doc} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "--promote-install-files=false" 37 "@install" 38 "@runtest" {with-test} 39 "@doc" {with-doc} 40 ] 41 ["dune" "install" "-p" name "--create-install-files" name] 42] 43dev-repo: "git+https://github.com/ocaml-gospel/ortac.git" 44url { 45 src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.4.0.tar.gz" 46 checksum: [ 47 "md5=16613f8f5d8cd134335ad8ddbca051f6" 48 "sha512=1e9f803639370aae447cc601cc17d780e3d0395977899fd5dcfcb037f754148a6a03178ac097a92667b5d02995d7b1f022f30b121de0744f72dad7f5d8306db9" 49 ] 50}