this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

`ppx_deriving_cad` version bounds

authored by

Diana Kalinichenko and committed by
Marcello Seri
ea974b70 20bcee83

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