this repo has no description

Merge pull request #19973 from kit-ty-kate/rm-dream-dep-on-tls

Remove tls dependency wrongly added in 942ed7a0cdff

Changed files
+4 -2
packages
dream
dream.1.0.0~alpha1
dream.1.0.0~alpha2
+1 -1
packages/dream/dream.1.0.0~alpha1/opam
···
"faraday-lwt-unix"
"psq" # h2.
"result" # http/af, websocket/af.
-
"tls" {< "0.15.0"}
# Testing, development.
"alcotest" {with-test}
···
"httpaf"
"h2"
"websocketaf"
+
"tls" {>= "0.15.0"}
]
build: [
+3 -1
packages/dream/dream.1.0.0~alpha2/opam
···
"faraday-lwt-unix"
"psq" # h2.
"result" # http/af, websocket/af.
-
"tls" {< "0.15.0"}
# Testing, development.
"alcotest" {with-test}
···
"tyxml" {with-test & >= "4.5.0"}
"tyxml-jsx" {with-test & >= "4.5.0"}
"tyxml-ppx" {with-test & >= "4.5.0"}
+
]
+
conflicts: [
+
"tls" {>= "0.15.0"}
]
build: [