File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 2222 uuidm)
2323 ( depopts
2424 geoip
25- ( js_of_ocaml-lwt ( >= 4 .0.0 ) )
26- ( calendar ( >= 2 .03 ) )
27- ( cohttp-lwt-unix ( >= 5 .0.0 ) )
28- ( cohttp-lwt-jsoo ( >= 5 .0.0 ) )
25+ js_of_ocaml-lwt
26+ calendar
27+ cohttp-lwt-unix
28+ cohttp-lwt-jsoo
2929 lwt_log
3030 tls
31- ( httpaf-lwt-unix ( >= 0 .6.0 ) )
32- ( ocurl ( >= 0 .8.0 ) )
33- ( ezjs_fetch ( >= 0 .2 ) )
31+ httpaf-lwt-unix
32+ ocurl
33+ ezjs_fetch
3434 websocket-lwt-unix
3535 websocket-httpaf-lwt
36- ( ppxlib ( >= 0 .18.0 ) )
37- ( ppx_deriving_encoding ( >= 0 .3.0 ) )
38- ( digestif ( >= 1 .0.0 ) )
36+ ppxlib
37+ ppx_deriving_encoding
38+ digestif
3939 yaml)
4040 ( conflicts
4141 ( js_of_ocaml-lwt ( < 4 .0.0) )
Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ depends: [
2323]
2424depopts: [
2525 "geoip"
26- "js_of_ocaml-lwt" {>= "4.0.0"}
27- "calendar" {>= "2.03"}
28- "cohttp-lwt-unix" {>= "5.0.0"}
29- "cohttp-lwt-jsoo" {>= "5.0.0"}
26+ "js_of_ocaml-lwt"
27+ "calendar"
28+ "cohttp-lwt-unix"
29+ "cohttp-lwt-jsoo"
3030 "lwt_log"
3131 "tls"
32- "httpaf-lwt-unix" {>= "0.6.0"}
33- "ocurl" {>= "0.8.0"}
34- "ezjs_fetch" {>= "0.2"}
32+ "httpaf-lwt-unix"
33+ "ocurl"
34+ "ezjs_fetch"
3535 "websocket-lwt-unix"
3636 "websocket-httpaf-lwt"
37- "ppxlib" {>= "0.18.0"}
38- "ppx_deriving_encoding" {>= "0.3.0"}
39- "digestif" {>= "1.0.0"}
37+ "ppxlib"
38+ "ppx_deriving_encoding"
39+ "digestif"
4040 "yaml"
4141]
4242conflicts: [
You can’t perform that action at this time.
0 commit comments