Skip to content

Commit 82cd4f9

Browse files
committed
[spectec/interpreter] Update dune-project files
1 parent 7c4e998 commit 82cd4f9

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

interpreter/dune-project

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
(lang dune 2.9)
2+
(using menhir 2.1)
23

3-
(name wasm)
44
(license Apache-2.0)
55
(source (github WebAssembly/spec))
6-
76
(authors "Andreas Rossberg <rossberg@mpi-sws.org")
87
(maintainers "Andreas Rossberg <rossberg@mpi-sws.org")
98

109
(generate_opam_files true)
11-
(using menhir 2.1)
1210
(implicit_transitive_deps false)
1311

1412
(package

spectec/dune-project

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
(lang dune 3.0)
22
(using menhir 2.0)
33
(using mdx 0.2)
4+
5+
(license Apache-2.0)
6+
(source (github WebAssembly/spec))
7+
(authors "Andreas Rossberg <rossberg@mpi-sws.org" "SpecTec Team")
8+
(maintainers "Andreas Rossberg <rossberg@mpi-sws.org" "SpecTec Team")
9+
10+
(package
11+
(name spectec)
12+
(synopsis "Specification tool chain for Wasm")
13+
(depends
14+
(ocaml (>= 5.4))
15+
(menhir (>= 20220210))
16+
)
17+
)

0 commit comments

Comments
 (0)