this repo has no description

ocsigenserver and wesbocket are not compatible with newest conduit

File "src/server/ocsigen_cohttp.ml", line 113, characters 29-32:
113 | let sockaddr = getsockname edn in
^^^
Error: This expression has type "Conduit_lwt_unix.endp"
but an expression was expected of type
"[< `TCP of Ipaddr.t * int
| `TLS of 'b * 'a
| `Unix_domain_socket of string
| `Unknown of string
| `Vchan_direct of 'c
| `Vchan_domain_socket of 'd ]
as 'a"
The second variant type does not allow tag(s) "`TLS_tunnel"

Changed files
+8 -7
packages
ocsigenserver
ocsigenserver.3.0.0
ocsigenserver.4.0.1
ocsigenserver.4.0.2
ocsigenserver.5.0.1
ocsigenserver.5.1.0
ocsigenserver.5.1.2
ocsigenserver.6.0.0
websocket-lwt-unix
websocket-lwt-unix.2.17
+1 -1
packages/ocsigenserver/ocsigenserver.3.0.0/opam
···
"dbm" | "sqlite3" | "pgocaml"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {< "5.0.0"}
-
"conduit-lwt-unix" {>= "2.0.0"}
"hmap"
"xml-light"
"conf-which"
···
"dbm" | "sqlite3" | "pgocaml"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {< "5.0.0"}
+
"conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"}
"hmap"
"xml-light"
"conf-which"
+1 -1
packages/ocsigenserver/ocsigenserver.4.0.1/opam
···
"dbm" | "sqlite3" | "pgocaml"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {< "5.0.0"}
-
"conduit-lwt-unix" {>= "2.0.0"}
"hmap"
"xml-light"
"conf-which"
···
"dbm" | "sqlite3" | "pgocaml"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {< "5.0.0"}
+
"conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"}
"hmap"
"xml-light"
"conf-which"
+1 -1
packages/ocsigenserver/ocsigenserver.4.0.2/opam
···
"dbm" | "sqlite3" | "pgocaml"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {< "5.0.0"}
-
"conduit-lwt-unix" {>= "2.0.0"}
"hmap"
"xml-light"
"conf-which"
···
"dbm" | "sqlite3" | "pgocaml"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {< "5.0.0"}
+
"conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"}
"hmap"
"xml-light"
"conf-which"
+1 -1
packages/ocsigenserver/ocsigenserver.5.0.1/opam
···
"cryptokit"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {< "5.0.0"}
-
"conduit-lwt-unix" {>= "2.0.0"}
"hmap"
"xml-light"
"camlzip"
···
"cryptokit"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {< "5.0.0"}
+
"conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"}
"hmap"
"xml-light"
"camlzip"
+1 -1
packages/ocsigenserver/ocsigenserver.5.1.0/opam
···
"cryptokit"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
-
"conduit-lwt-unix" {>= "2.0.0"}
"hmap"
"xml-light"
"camlzip"
···
"cryptokit"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
+
"conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"}
"hmap"
"xml-light"
"camlzip"
+1 -1
packages/ocsigenserver/ocsigenserver.5.1.2/opam
···
"cryptokit"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
-
"conduit-lwt-unix" {>= "2.0.0"}
"hmap"
"xml-light"
"camlzip"
···
"cryptokit"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
+
"conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"}
"hmap"
"xml-light"
"camlzip"
+1 -1
packages/ocsigenserver/ocsigenserver.6.0.0/opam
···
"cryptokit"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
-
"conduit-lwt-unix" {>= "2.0.0"}
"xml-light"
"camlzip"
]
···
"cryptokit"
"ipaddr" {>= "2.1"}
"cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
+
"conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"}
"xml-light"
"camlzip"
]
+1
packages/websocket-lwt-unix/websocket-lwt-unix.2.17/opam
···
"websocket" {= version}
"lwt_log" {>= "1.1.1"}
"cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
"sexplib"
"odoc" {with-doc}
]
···
"websocket" {= version}
"lwt_log" {>= "1.1.1"}
"cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
+
"conduit-lwt-unix" {< "7.1.0"}
"sexplib"
"odoc" {with-doc}
]