this repo has no description
0
fork

Configure Feed

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

Merge pull request #26731 from ocaml/mseri-patch-1

ppx_globalize is not compatible with ocaml 5.3

authored by

Marcello Seri and committed by
GitHub
fcca1e35 37ad317b

+1 -1
+1 -1
packages/ppx_globalize/ppx_globalize.v0.17.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "5.1.0"} 13 + "ocaml" {>= "5.1.0" & < "5.3"} 14 14 "base" {>= "v0.17" & < "v0.18"} 15 15 "ppxlib_jane" {>= "v0.17" & < "v0.17.1"} 16 16 "dune" {>= "3.11.0"}