Skip to content

Commit e1884e3

Browse files
authored
Merge pull request #225 from avsm/jsoo-support
use wrapped jsoo interfaces in 3.4.0
2 parents c16b4ac + 6ad4a59 commit e1884e3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

github-jsoo.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]
3232
build: [

js/github.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
module Time = struct
1919
let now = Unix.gettimeofday
20-
let sleep = Lwt_js.sleep
20+
let sleep = Js_of_ocaml_lwt.Lwt_js.sleep
2121
end
2222

2323
module Env = struct

0 commit comments

Comments
 (0)