this repo has no description

Strenghten constraints on ortac internal dependencies

Future versions are expected to break these packages.

Changed files
+10 -10
packages
ortac-core
ortac-core.0.1.0
ortac-core.0.2.0
ortac-core.0.3.0
ortac-dune
ortac-dune.0.3.0
ortac-qcheck-stm
ortac-qcheck-stm.0.1.0
ortac-qcheck-stm.0.2.0
ortac-runtime-qcheck-stm
ortac-runtime-qcheck-stm.0.2.0
+1 -1
packages/ortac-core/ortac-core.0.1.0/opam
···
"ppxlib" {>= "0.26.0"}
"gospel" {>= "0.2.0"}
"alcotest" {with-test & >= "0.8.1"}
-
"ortac-runtime" {with-test}
+
"ortac-runtime" {with-test & = version}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/ortac-core/ortac-core.0.2.0/opam
···
"ppxlib" {>= "0.26.0"}
"gospel" {>= "0.3.0"}
"alcotest" {with-test & >= "0.8.1"}
-
"ortac-runtime" {with-test}
+
"ortac-runtime" {with-test & = version}
"odoc" {with-doc}
]
conflicts: [
+1 -1
packages/ortac-core/ortac-core.0.3.0/opam
···
"ppxlib" {>= "0.26.0"}
"gospel" {= "0.3.0"}
"alcotest" {with-test & >= "0.8.1"}
-
"ortac-runtime" {with-test}
+
"ortac-runtime" {with-test & = version}
"odoc" {with-doc}
]
conflicts: [
+1 -1
packages/ortac-dune/ortac-dune.0.3.0/opam
···
"fmt"
"cmdliner" {>= "1.1.0"}
"ortac-core" {= version}
-
"ortac-qcheck-stm" {with-test}
+
"ortac-qcheck-stm" {with-test & = version}
"odoc" {with-doc}
]
build: [
+2 -2
packages/ortac-qcheck-stm/ortac-qcheck-stm.0.1.0/opam
···
"qcheck-core" {with-test}
"qcheck-stm" {with-test}
"qcheck-multicoretests-util" {with-test}
-
"ortac-core"
-
"ortac-runtime" {with-test}
+
"ortac-core" {= version}
+
"ortac-runtime" {with-test & = version}
]
build: [
["dune" "subst"] {dev}
+3 -3
packages/ortac-qcheck-stm/ortac-qcheck-stm.0.2.0/opam
···
"qcheck-core" {with-test}
"qcheck-stm" {with-test}
"qcheck-multicoretests-util" {with-test}
-
"ortac-core" {>= "0.2.0"}
-
"ortac-runtime" {with-test}
-
"ortac-runtime-qcheck-stm" {with-test}
+
"ortac-core" {= version}
+
"ortac-runtime" {with-test & = version}
+
"ortac-runtime-qcheck-stm" {with-test & = version}
"odoc" {with-doc}
]
conflicts: [
+1 -1
packages/ortac-runtime-qcheck-stm/ortac-runtime-qcheck-stm.0.2.0/opam
···
"dune" {>= "3.8"}
"ocaml" {>= "4.12.0"}
"qcheck-stm"
-
"ortac-runtime" {>= "0.2.0"}
+
"ortac-runtime" {= version}
"odoc" {with-doc}
]
build: [