blob: 6154603698e3005df9d319a3da3487d2edcfc9b2 [file] [log] [blame] [edit]
(lang dune 2.9)
(name wasm)
(license Apache-2.0)
(source (github WebAssembly/spec))
(authors "Andreas Rossberg <rossberg@mpi-sws.org")
(maintainers "Andreas Rossberg <rossberg@mpi-sws.org")
(generate_opam_files true)
(using menhir 2.1)
(implicit_transitive_deps false)
(package
(name wasm)
(synopsis "Library to read and write WebAssembly (Wasm) files and manipulate their AST")
(tags (wasm webassembly spec interpreter))
(depends
(ocaml (>= 4.14))
(menhir (>= 20220210))
)
)