File tree Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ depends: [
1313 "clap" {>= "0.1.0"}
1414 "ezxmlm" {>= "1.1.0"}
1515 "lwt_ppx" {>= "2.0.0"}
16- "tls"
16+ "lwt" {>= "5.3.0"}
17+ ("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1718]
1819build: [
1920 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ depends: [
1212 "cohttp-lwt-unix" {>= "2.5.0"}
1313 "clap" {>= "0.1.0"}
1414 "ezxmlm" {>= "1.1.0"}
15- "tls" {>= "0.12.0"}
15+ "lwt" {>= "5.3.0"}
16+ ("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1617]
1718build: [
1819 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ depends: [
1313 "cohttp-lwt-unix" {>= "2.5.0"}
1414 "cmdliner" {>= "1.0.0"}
1515 "ezxmlm" {>= "1.1.0"}
16- "tls" {>= "0.12.0"}
16+ "lwt" {>= "5.3.0"}
17+ ("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1718 "odoc" {with-doc}
1819]
1920build: [
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ depends: [
1313 "cohttp-lwt-unix" {>= "2.5.0"}
1414 "cmdliner" {>= "1.0.0"}
1515 "ezxmlm" {>= "1.1.0"}
16- "tls" {>= "0.12.0"}
16+ "lwt" {>= "5.3.0"}
17+ ("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1718 "odoc" {with-doc}
1819]
1920build: [
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ depends: [
1414 "cmdliner" {>= "1.0.0"}
1515 "decompress" {>= "1.3.0"}
1616 "ezxmlm" {>= "1.1.0"}
17- "tls" {>= "0.12.0"}
17+ "lwt" {>= "5.3.0"}
18+ "bigstringaf" {>= "0.2.0"}
19+ "uri" {>= "4.0"}
20+ ("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1821 "odoc" {with-doc}
1922]
2023build: [
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