Skip to content

Commit bfbc5cc

Browse files
committed
Revert "[interpreter] Add dune dependencies (WebAssembly#1717)"
This reverts commit 44ed035.
1 parent 44ed035 commit bfbc5cc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

interpreter/dune-project

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@
2020
(tags (wasm webassembly spec interpreter))
2121
(depends
2222
(ocaml (>= 4.12))
23-
(menhir (>= 20220210))
24-
(js_of_ocaml (>= 5.5.2))
25-
(js_of_ocaml-ppx (>= 5.5.2))))
23+
(menhir (>= 20220210))))

interpreter/wasm.opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ depends: [
1212
"dune" {>= "2.9"}
1313
"ocaml" {>= "4.12"}
1414
"menhir" {>= "20220210"}
15-
"js_of_ocaml" {>= "5.5.2"}
16-
"js_of_ocaml-ppx" {>= "5.5.2"}
1715
"odoc" {with-doc}
1816
]
1917
build: [

0 commit comments

Comments
 (0)