File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44- Switch to dune-release instead of topkg (#224 @avsm )
55- Do not use deprecated ` Yojson.Safe.json ` (#224 @avsm )
66- Support lambda-term/zed 2.0.0 interfaces (#224 @avsm )
7+ - Use wrapped ` js_of_ocaml ` 3.4.0 interfaces (@avsm )
78
89## 4.0.0 (2018-12-11)
910
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ depends: [
2626 "dune" {build}
2727 "cohttp" {>= "0.99.0"}
2828 "cohttp-lwt-jsoo" {>= "0.99.0"}
29- "js_of_ocaml-lwt"
29+ "js_of_ocaml-lwt" {>="3.4.0"}
3030 "github"
3131]
3232build: [
Original file line number Diff line number Diff line change 1717
1818module Time = struct
1919 let now = Unix. gettimeofday
20- let sleep = Lwt_js. sleep
20+ let sleep = Js_of_ocaml_lwt. Lwt_js. sleep
2121end
2222
2323module Env = struct
You can’t perform that action at this time.
0 commit comments