this repo has no description

Merge pull request #22716 from hannesm/dream-httpaf-ocaml5

dream-httpaf is not compatible with ocaml5:

Kate 9f990101 25e95ca9

Changed files
+1 -1
packages
dream-httpaf
dream-httpaf.1.0.0~alpha1
+1 -1
packages/dream-httpaf/dream-httpaf.1.0.0~alpha1/opam
···
"lwt"
"lwt_ppx" {>= "1.2.2"}
"lwt_ssl"
-
"ocaml" {>= "4.08.0"}
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.
# Currently vendored.
···
"lwt"
"lwt_ppx" {>= "1.2.2"}
"lwt_ssl"
+
"ocaml" {>= "4.08.0" & < "5.0"}
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.
# Currently vendored.