Skip to content

Commit 9f99010

Browse files
authored
Merge pull request ocaml#22716 from hannesm/dream-httpaf-ocaml5
dream-httpaf is not compatible with ocaml5:
2 parents 25e95ca + c622ab5 commit 9f99010

File tree

1 file changed

+1
-1
lines changed
  • packages/dream-httpaf/dream-httpaf.1.0.0~alpha1

1 file changed

+1
-1
lines changed

packages/dream-httpaf/dream-httpaf.1.0.0~alpha1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"lwt"
1919
"lwt_ppx" {>= "1.2.2"}
2020
"lwt_ssl"
21-
"ocaml" {>= "4.08.0"}
21+
"ocaml" {>= "4.08.0" & < "5.0"}
2222
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.
2323

2424
# Currently vendored.

0 commit comments

Comments
 (0)