File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 2323 cryptokit
2424 ( ipaddr ( >= 2 .1) )
2525 ( lwt ( >= 3 .0) )
26- lwt_log
2726 lwt_react
2827 lwt_ssl
2928 ocamlfind
3029 ( re ( >= 1 .11) )
3130 react
3231 ( ssl ( >= 0 .5.8) )
33- xml-light)
32+ xml-light
33+ logs
34+ logs-syslog
35+ syslog-message)
3436 ( conflicts
3537 ( pgocaml ( < 2 .2) ) ) )
Original file line number Diff line number Diff line change @@ -18,14 +18,16 @@ depends: [
1818 "cryptokit"
1919 "ipaddr" {>= "2.1"}
2020 "lwt" {>= "3.0"}
21- "lwt_log"
2221 "lwt_react"
2322 "lwt_ssl"
2423 "ocamlfind"
2524 "re" {>= "1.11"}
2625 "react"
2726 "ssl" {>= "0.5.8"}
2827 "xml-light"
28+ "logs"
29+ "logs-syslog"
30+ "syslog-message"
2931 "odoc" {with-doc}
3032]
3133conflicts: [
Original file line number Diff line number Diff line change 2727 cryptokit
2828 re
2929 ocsigen_lib_base
30+ logs
3031 (select
3132 dynlink_wrapper.ml
3233 from
Original file line number Diff line number Diff line change 99 (public_name ocsigenserver.http)
1010 (wrapped false)
1111 (modules ocsigen_charset_mime ocsigen_header)
12- (libraries cohttp-lwt-unix baselib))
12+ (libraries cohttp-lwt-unix baselib logs ))
Original file line number Diff line number Diff line change 88 polytables
99 ocsigen_cookie_map
1010 baselib
11- ocsigen_http))
11+ ocsigen_http
12+ logs
13+ logs-syslog.unix
14+ syslog-message))
You can’t perform that action at this time.
0 commit comments