File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depends: [
1313 "clap" {>= "0.1.0"}
1414 "ezxmlm" {>= "1.1.0"}
1515 "lwt_ppx" {>= "2.0.0"}
16- "tls"
16+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1717]
1818build: [
1919 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ depends: [
1212 "cohttp-lwt-unix" {>= "2.5.0"}
1313 "clap" {>= "0.1.0"}
1414 "ezxmlm" {>= "1.1.0"}
15- "tls" {>= "0.12.0"}
15+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1616]
1717build: [
1818 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depends: [
1313 "cohttp-lwt-unix" {>= "2.5.0"}
1414 "cmdliner" {>= "1.0.0"}
1515 "ezxmlm" {>= "1.1.0"}
16- "tls" {>= "0.12.0"}
16+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1717 "odoc" {with-doc}
1818]
1919build: [
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depends: [
1313 "cohttp-lwt-unix" {>= "2.5.0"}
1414 "cmdliner" {>= "1.0.0"}
1515 "ezxmlm" {>= "1.1.0"}
16- "tls" {>= "0.12.0"}
16+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1717 "odoc" {with-doc}
1818]
1919build: [
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "cmdliner" {>= "1.0.0"}
1515 "decompress" {>= "1.3.0"}
1616 "ezxmlm" {>= "1.1.0"}
17- "tls" {>= "0.12.0"}
17+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1818 "odoc" {with-doc}
1919]
2020build: [
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "ezxmlm" {>= "1.1.0"}
1717 "lwt" {>= "5.3.0"}
1818 "bigstringaf" {>= "0.2.0"}
19- "tls" {>= "0.12.0"}
19+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
2020 "re" {>= "1.0.0"}
2121 "odoc" {with-doc}
2222]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "ezxmlm" {>= "1.1.0"}
1717 "lwt" {>= "5.3.0"}
1818 "bigstringaf" {>= "0.2.0"}
19- "tls" {>= "0.12.0"}
19+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
2020 "re" {>= "1.0.0"}
2121 "odoc" {with-doc}
2222]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "ezxmlm" {>= "1.1.0"}
1717 "lwt" {>= "5.5.0"}
1818 "bigstringaf" {>= "0.2.0"}
19- "tls" {>= "0.12.0"}
19+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
2020 "re" {>= "1.0.0"}
2121 "odoc" {with-doc}
2222]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "ezxmlm" {>= "1.1.0"}
1717 "lwt" {>= "5.5.0"}
1818 "bigstringaf" {>= "0.2.0"}
19- "tls" {>= "0.12.0"}
19+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
2020 "re" {>= "1.0.0"}
2121 "odoc" {with-doc}
2222]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "ezxmlm" {>= "1.1.0"}
1717 "lwt" {>= "5.5.0"}
1818 "bigstringaf" {>= "0.2.0"}
19- "tls" {>= "0.12.0"}
19+ ( "tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
2020 "re" {>= "1.0.0"}
2121 "odoc" {with-doc}
2222]
You can’t perform that action at this time.
0 commit comments