this repo has no description
0
fork

Configure Feed

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

Merge pull request #26654 from hannesm/5.3-compat

5.3 compat (ppx_deriving, dream-httpaf)

authored by

Shon Feder and committed by
GitHub
5bf34951 e1ec5307

+2 -2
+1 -1
packages/dream-httpaf/dream-httpaf.1.0.0~alpha3/opam
··· 18 18 "lwt" 19 19 "lwt_ppx" {>= "1.2.2"} 20 20 "lwt_ssl" 21 - "ocaml" {>= "4.08.0"} 21 + "ocaml" {>= "4.08.0" & < "5.3"} 22 22 "ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol. 23 23 24 24 # Currently vendored.
+1 -1
packages/ppx_deriving/ppx_deriving.6.0.2/opam
··· 14 14 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 15 15 ] 16 16 depends: [ 17 - "ocaml" {>= "4.05.0"} 17 + "ocaml" {>= "4.05.0" & < "5.3"} 18 18 "dune" {>= "1.6.3"} 19 19 "cppo" {>= "1.1.0" & build} 20 20 "ocamlfind"