Skip to content

Commit

Permalink
Revert "[interpreter] Add dune dependencies (#1717)"
Browse files Browse the repository at this point in the history
This reverts commit 44ed035.
  • Loading branch information
rossberg committed Jan 4, 2024
1 parent 44ed035 commit bfbc5cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions interpreter/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@
(tags (wasm webassembly spec interpreter))
(depends
(ocaml (>= 4.12))
(menhir (>= 20220210))
(js_of_ocaml (>= 5.5.2))
(js_of_ocaml-ppx (>= 5.5.2))))
(menhir (>= 20220210))))
2 changes: 0 additions & 2 deletions interpreter/wasm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ 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 bfbc5cc

Please sign in to comment.