Skip to content

Commit

Permalink
[interpreter] Add dune dependencies (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
muqiuhan authored Jan 4, 2024
1 parent 4877171 commit 44ed035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion interpreter/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
(tags (wasm webassembly spec interpreter))
(depends
(ocaml (>= 4.12))
(menhir (>= 20220210))))
(menhir (>= 20220210))
(js_of_ocaml (>= 5.5.2))
(js_of_ocaml-ppx (>= 5.5.2))))
2 changes: 2 additions & 0 deletions interpreter/wasm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.12"}
"menhir" {>= "20220210"}
"js_of_ocaml" {>= "5.5.2"}
"js_of_ocaml-ppx" {>= "5.5.2"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 44ed035

Please sign in to comment.