this repo has no description
0
fork

Configure Feed

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

Merge pull request #27089 from kit-ty-kate/ezjs_d3pie-ocaml-5.3

ezjs_d3pie is not compatible with OCaml 5.3

authored by

Marcello Seri and committed by
GitHub
1882d05c 10dcbe70

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