File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,14 @@ depopts: [
47
47
available: [ocaml-version >= "4.02.0" & compiler != "4.02.1+BER"]
48
48
49
49
messages: [
50
- "For module Lwt_ssl, please install package lwt_ssl"
51
- {ssl:installed & !lwt_ssl:installed}
52
- "For module Lwt_glib, please install package lwt_glib"
53
- {lablgtk:installed & !lwt_glib:installed}
54
- "For module Lwt_react, please install package lwt_react"
55
- {react:installed & !lwt_react:installed}
56
50
"For the PPX, please install package lwt_ppx"
57
51
{!lwt_ppx:installed}
58
52
"For the Camlp4 syntax, please install package lwt_camlp4"
59
53
{camlp4:installed & !lwt_camlp4:installed}
54
+ "For Lwt_log and Lwt_daemon, please install package lwt_log"
55
+ {!lwt_log:installed}
60
56
]
61
57
post-messages: [
62
- "Lwt 4.0.0 will make some breaking changes to packaging in late 2017 . See
58
+ "Lwt 4.0.0 will make some breaking changes in March 2018 . See
63
59
https://github.com/ocsigen/lwt/issues/453"
64
60
]
You can’t perform that action at this time.
0 commit comments