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.5.0.tar.gz"
47 checksum: [
48 "md5=26e1d043d26f32e03e2deb470aebe936"
49 "sha512=1dccc033a4b604962b36ce36be90201823c287c349de686dee98c674047f1d094dbacc7e5794b4587bbd10e832c685c535be18f39d734ca782ddf5038303b106"
50 ]
51}