-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4265a2
commit 030a5ce
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
(lang dune 2.9) | ||
|
||
(name "wasm") | ||
(name wasm) | ||
|
||
(generate_opam_files true) | ||
|
||
(license Apache-2.0) | ||
|
||
(source | ||
(github WebAssembly/spec)) | ||
|
||
(authors "Andreas Rossberg <rossberg@mpi-sws.org") | ||
(maintainers "Andreas Rossberg <rossberg@mpi-sws.org") | ||
|
||
(package | ||
(name "wasm")) | ||
(name wasm) | ||
(synopsis "Library to read and write WebAssembly (Wasm) files and manipulate their AST") | ||
(tags (wasm webassembly spec interpreter)) | ||
(depends | ||
(ocaml (>= 4.12)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters