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.5"} 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" 44x-maintenance-intent: ["(latest)"] 45url { 46 src: "https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.6.0.tar.gz" 47 checksum: [ 48 "md5=35bd7a9f57964cf592fa8766ff25c68e" 49 "sha512=6d704cb3ef0cf0654e43a8e417089e451eddd604bffb72aad46cfa0ed283ca8fbc5ae586d9731a47ff1d0c8e45a100e473aa13fb96f0a2b269df9759d3cd6fae" 50 ] 51}