this repo has no description
0
fork

Configure Feed

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

Merge pull request #26708 from kit-ty-kate/ppx_bin_prot-ocaml-5.3

ppx_bin_prot is not compatible with ppxlib_jane.v0.17.1

authored by

Marcello Seri and committed by
GitHub
d9f7cc70 a3017a08

+1 -1
+1 -1
packages/ppx_bin_prot/ppx_bin_prot.v0.17.0/opam
··· 14 14 "base" {>= "v0.17" & < "v0.18"} 15 15 "bin_prot" {>= "v0.17" & < "v0.18"} 16 16 "ppx_here" {>= "v0.17" & < "v0.18"} 17 - "ppxlib_jane" {>= "v0.17" & < "v0.18"} 17 + "ppxlib_jane" {>= "v0.17" & < "v0.17.1"} 18 18 "dune" {>= "3.11.0"} 19 19 "ppxlib" {>= "0.28.0"} 20 20 ]