Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Wasm 2.0.0 #21446

Merged
merged 10 commits into from
Jun 1, 2022
Merged
23 changes: 23 additions & 0 deletions packages/wasm/wasm.2.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "2.0"
maintainer: "Andreas Rossberg <[email protected]>"
authors: "Andreas Rossberg <[email protected]>"
homepage: "https://github.com/WebAssembly/spec"
bug-reports: "https://github.com/WebAssembly/spec/issues"
license: "Apache-2.0"
dev-repo: "git+https://github.com/WebAssembly/spec.git"
build: [
[make "-C" "interpreter" "opt" "unopt"]
]
install: [make "-C" "interpreter" "install"]
depends: [
"ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"dune" {>= "2.9"}
mseri marked this conversation as resolved.
Show resolved Hide resolved
]
synopsis:
mseri marked this conversation as resolved.
Show resolved Hide resolved
"Library to read and write WebAssembly (Wasm) files and manipulate their AST"
url {
src: "https://github.com/WebAssembly/spec/archive/opam-2.0.0.zip"
checksum: "md5=330e91dc290d22eb35cd89e8349694c5"
}