Skip to content

Commit

Permalink
Add js_of_ocaml upper bound due to some linkall dynlink issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jul 24, 2024
1 parent 4069f32 commit 03b0682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
ppx_yojson_conv ; TODO: switch to ppx_deriving_yojson like Goblint itself
conduit-lwt-unix
jsoo-react
(js_of_ocaml (< 5.1.0)) ; on newer versions: exception Failure("caml_register_global: cannot locate Dynlink_compilerlibs.Binutils")
js_of_ocaml-lwt
js_of_ocaml-ppx
(goblint-cil (>= 2.0.0))
Expand Down
1 change: 1 addition & 0 deletions gobview.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"ppx_yojson_conv"
"conduit-lwt-unix"
"jsoo-react"
"js_of_ocaml" {< "5.1.0"}
"js_of_ocaml-lwt"
"js_of_ocaml-ppx"
"goblint-cil" {>= "2.0.0"}
Expand Down
8 changes: 4 additions & 4 deletions gobview.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ depends: [
"integers_stubs_js" {= "1.0"}
"ipaddr" {= "5.6.0"}
"ipaddr-sexp" {= "5.6.0"}
"js_of_ocaml" {= "5.8.2"}
"js_of_ocaml-compiler" {= "5.8.2"}
"js_of_ocaml-lwt" {= "5.8.2"}
"js_of_ocaml-ppx" {= "5.8.2"}
"js_of_ocaml" {= "5.0.1"}
"js_of_ocaml-compiler" {= "5.0.1"}
"js_of_ocaml-lwt" {= "5.0.1"}
"js_of_ocaml-ppx" {= "5.0.1"}
"jsonm" {= "1.0.2"}
"jsonrpc" {= "1.17.0"}
"jsoo-react" {= "0.1"}
Expand Down

0 comments on commit 03b0682

Please sign in to comment.