File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -393,15 +393,13 @@ check_ocamlversion
393393check_binary ocamlfind " See: http://projects.camlcity.org/projects/findlib.html"
394394
395395check_library cohttp " See: https://github.com/mirage/ocaml-cohttp"
396- check_library cohttp-lwt-unix " Missing support for 'lwt ' in cohttp."
396+ check_library cohttp-eio " Missing support for 'eio ' in cohttp."
397397check_library react " See: http://erratique.ch/software/react"
398398check_library ssl " See: http://sourceforge.net/projects/savonet/files/ocaml-ssl"
399399check_library http " "
400400
401- check_library lwt " See: http://ocsigen.org/lwt"
402- check_library lwt.unix " Missing support for 'unix' in lwt."
403- check_library lwt_react " See: http://ocsigen.org/lwt"
404- check_library lwt_ssl " See: http://ocsigen.org/lwt"
401+ check_library eio " "
402+ check_library eio_unix " "
405403check_library logs " "
406404check_library logs-syslog " Missing syslog support."
407405
You can’t perform that action at this time.
0 commit comments