opam-version: "2.0" synopsis: "Runtime support library for Ortac/QCheck-STM-generated code" description: """ The ortac-runtime-qcheck-stm library provides support for the code generated by the Ortac/QCheck-STM plugin (provided by the ortac-qcheck-stm package). Ortac (OCaml Runtime Assertion Checking) is a tool to turn executable Gospel specifications into code to test they hold. """ maintainer: ["Nicolas Osborne "] authors: ["Nicolas Osborne "] license: "MIT" homepage: "https://github.com/ocaml-gospel/ortac" bug-reports: "https://github.com/ocaml-gospel/ortac/issues" depends: [ "dune" {>= "3.8"} "ocaml" {>= "4.12.0"} "qcheck-stm" "ortac-runtime" {= version} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/ocaml-gospel/ortac.git" url { src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.3.0.tar.gz" checksum: [ "md5=26fe3888ccf1112c5961f50bbea8f427" "sha512=27c75ad4a614c5e800d85714ef2e074dec9625ca78848dbc06823ad4a6d3e527d78600801bc94162bf24291c35eaa70ee83898e981ef2e5bbc703df249ffe077" ] }