this repo has no description

`ppx_deriving_cad` version bounds

Changed files
+2 -2
packages
ppx_deriving_cad
ppx_deriving_cad.0.1.0
ppx_deriving_cad.0.2.0
+1 -1
packages/ppx_deriving_cad/ppx_deriving_cad.0.1.0/opam
···
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.14.0"}
-
"base" {>= "v0.14.1" & with-test}
+
"base" {>= "v0.14.1" & < "v0.17" & with-test}
"OCADml" {>= "0.1.0" & < "0.3.0" & with-test}
"OSCADml" {>= "0.1.0" & < "0.2.0" & with-test}
"ppxlib" {>= "0.22.2"}
+1 -1
packages/ppx_deriving_cad/ppx_deriving_cad.0.2.0/opam
···
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.14.0"}
-
"base" {>= "0.14.1" & with-test}
+
"base" {>= "v0.14.1" & < "v0.17" & with-test}
"OCADml" {>= "0.3.0" & with-test}
"OSCADml" {>= "0.2.0" & with-test}
"gg" {>= "1.0.0" & with-test}