this repo has no description

Merge pull request #22771 from kit-ty-kate/fix-186

dream < 1.0.0~alpha4 is not compatible with OCaml 5.0 (uses Stream)

Kate 3014fa20 2f19abe6

Changed files
+3 -3
packages
dream
dream.1.0.0~alpha1
dream.1.0.0~alpha2
dream.1.0.0~alpha3
+1 -1
packages/dream/dream.1.0.0~alpha1/opam
···
"mirage-crypto" {>= "0.8.1"} # AES-256-GCM.
"mirage-crypto-rng" {>= "0.8.0"} # Signature of initialize.
"multipart-form-data" {>= "0.3.0" & < "0.4.0"}
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"opam-installer" {build}
"uri" {>= "4.0.0"}
"yojson" # ...
+1 -1
packages/dream/dream.1.0.0~alpha2/opam
···
"mirage-crypto" {>= "0.8.1"} # AES-256-GCM.
"mirage-crypto-rng" {>= "0.8.0"} # Signature of initialize.
"multipart_form" {>= "0.3.0" & < "0.4.0"}
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"uri" {>= "4.2.0"}
"yojson" # ...
+1 -1
packages/dream/dream.1.0.0~alpha3/opam
···
"mirage-crypto-rng" {>= "0.8.0"} # Signature of initialize.
"multipart_form" {>= "0.4.0"}
"multipart_form-lwt"
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"ptime" {>= "0.8.1"} # Ptime.v.
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.
"uri" {>= "4.2.0"}