this repo has no description
0
fork

Configure Feed

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

Merge pull request #25374 from jchavarri/melange-relax-ocaml-constraints

melange: remove `ocaml` constraints in 3 pkgs

authored by

Marcello Seri and committed by
GitHub
dad62339 1b72c306

+3 -3
+1 -1
packages/melange-fetch/melange-fetch.0.1.0/opam
··· 7 7 bug-reports: "https://github.com/melange-community/melange-fetch" 8 8 depends: [ 9 9 "dune" {>= "3.8"} 10 - "ocaml" {>= "5.1"} 10 + "ocaml" 11 11 "melange" {>= "2.0.0"} 12 12 "odoc" {with-doc} 13 13 ]
+1 -1
packages/melange-json/melange-json.1.1.0/opam
··· 12 12 bug-reports: "https://github.com/melange-community/melange-json/issues" 13 13 depends: [ 14 14 "dune" {>= "3.9"} 15 - "ocaml" {>= "5.1"} 15 + "ocaml" 16 16 "melange" {>= "3.0.0"} 17 17 "melange-jest" {with-test} 18 18 "reason" {>= "3.10.0" & with-test}
+1 -1
packages/reason-react/reason-react.0.14.0/opam
··· 17 17 bug-reports: "https://github.com/reasonml/reason-react/issues" 18 18 depends: [ 19 19 "dune" {>= "3.9"} 20 - "ocaml" {>= "5.1.1" & < "5.2.0"} 20 + "ocaml" 21 21 "melange" {>= "3.0.0"} 22 22 "reason-react-ppx" {= version} 23 23 "reason" {>= "3.10.0"}