Skip to content

Commit 5f00597

Browse files
authored
Merge pull request #27932 from rossberg/patch-5
Release wasm.2.0.2
2 parents 92661d7 + 760d1c9 commit 5f00597

File tree

1 file changed

+26
-0
lines changed
  • packages/wasm/wasm.2.0.2

1 file changed

+26
-0
lines changed

packages/wasm/wasm.2.0.2/opam

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"Library to read and write WebAssembly (Wasm) files and manipulate their AST"
5+
maintainer: ["Andreas Rossberg <[email protected]"]
6+
authors: ["Andreas Rossberg <[email protected]"]
7+
license: "Apache-2.0"
8+
tags: ["wasm" "webassembly" "spec" "interpreter"]
9+
homepage: "https://github.com/WebAssembly/spec"
10+
bug-reports: "https://github.com/WebAssembly/spec/issues"
11+
depends: [
12+
"dune" {>= "2.9"}
13+
"ocaml" {>= "4.12"}
14+
"menhir" {>= "20220210"}
15+
"odoc" {with-doc}
16+
]
17+
build: [make "-C" "interpreter"]
18+
install: [make "-C" "interpreter" "install"]
19+
dev-repo: "git+https://github.com/WebAssembly/spec.git"
20+
url {
21+
src: "https://github.com/WebAssembly/spec/archive/opam-2.0.2.zip"
22+
checksum: [
23+
"md5=5129a11a3426689d0e9e027b2d9b8d5e"
24+
"sha256=6dae267d47b92ac1d6cb47b34ab4108c4cf7471f35969bf75676a1620a9284cb"
25+
]
26+
}

0 commit comments

Comments
 (0)