this repo has no description

ezjs_d3pie is not compatible with OCaml 5.3 (expects the effect keyword to be a identifier)

Kate 409ed5dd 10dcbe70

Changed files
+1 -1
packages
ezjs_d3pie
ezjs_d3pie.0.1
+1 -1
packages/ezjs_d3pie/ezjs_d3pie.0.1/opam
···
homepage: "https://github.com/ocamlpro/ezjs_d3pie"
bug-reports: "https://github.com/ocamlpro/ezjs_d3pie/issues"
depends: [
-
"ocaml" {>= "4.05"}
"dune" {>= "2.0"}
"js_of_ocaml" {>= "3.6"}
"js_of_ocaml-ppx" {>= "3.6"}
···
homepage: "https://github.com/ocamlpro/ezjs_d3pie"
bug-reports: "https://github.com/ocamlpro/ezjs_d3pie/issues"
depends: [
+
"ocaml" {>= "4.05" & < "5.3"}
"dune" {>= "2.0"}
"js_of_ocaml" {>= "3.6"}
"js_of_ocaml-ppx" {>= "3.6"}