this repo has no description

Merge pull request #20743 from Kakadu/fix-OCanren-ppx-0.3

Fix constraint in OCanren-ppx (repair #20720)

Changed files
+3 -3
packages
OCanren-ppx
OCanren-ppx.0.3.0~alpha1
noCanren
noCanren.0.3.0~alpha1
+1 -1
packages/OCanren-ppx/OCanren-ppx.0.3.0~alpha1/opam
···
"base"
"ppx_inline_test"
"ppx_expect"
-
"OCanren" { >= "0.3.0"}
+
"OCanren" { >= "0.3.0~" }
"ocamlformat" { with-test }
"GT"
"odoc" {with-doc}
+2 -2
packages/noCanren/noCanren.0.3.0~alpha1/opam
···
"dune" {>= "2.8"}
"ocaml" {>= "4.13" & < "4.14"}
"GT"
-
"OCanren" {>= "0.3.0" } #{with-test}
-
"OCanren-ppx" {>= "0.3.0" } #{with-test}
+
"OCanren" {>= "0.3.0~" }
+
"OCanren-ppx" {>= "0.3.0~" }
"odoc" {with-doc}
"ocamlformat" {with-test}
"ppxlib"