this repo has no description

Add upper bound on Gospel dependency

Next release is expected to include breaking changes

Changed files
+3 -3
packages
ortac-core
ortac-core.0.1.0
ortac-core.0.2.0
ortac-qcheck-stm
ortac-qcheck-stm.0.1.0
+1 -1
packages/ortac-core/ortac-core.0.1.0/opam
···
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
-
"gospel" {>= "0.2.0"}
"alcotest" {with-test & >= "0.8.1"}
"ortac-runtime" {with-test & = version}
]
···
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
+
"gospel" {= "0.2.0"}
"alcotest" {with-test & >= "0.8.1"}
"ortac-runtime" {with-test & = version}
]
+1 -1
packages/ortac-core/ortac-core.0.2.0/opam
···
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
-
"gospel" {>= "0.3.0"}
"alcotest" {with-test & >= "0.8.1"}
"ortac-runtime" {with-test & = version}
"odoc" {with-doc}
···
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
+
"gospel" {= "0.3.0"}
"alcotest" {with-test & >= "0.8.1"}
"ortac-runtime" {with-test & = version}
"odoc" {with-doc}
+1 -1
packages/ortac-qcheck-stm/ortac-qcheck-stm.0.1.0/opam
···
"fmt"
"ppxlib" {>= "0.26.0"}
"mdx" {with-test}
-
"gospel" {>= "0.2.0"}
"qcheck-core" {with-test}
"qcheck-stm" {with-test}
"qcheck-multicoretests-util" {with-test}
···
"fmt"
"ppxlib" {>= "0.26.0"}
"mdx" {with-test}
+
"gospel" {= "0.2.0"}
"qcheck-core" {with-test}
"qcheck-stm" {with-test}
"qcheck-multicoretests-util" {with-test}