Skip to content

Commit e7e8b49

Browse files
authored
Release wasm.2.0.2
1 parent e9ce852 commit e7e8b49

File tree

1 file changed

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

1 file changed

+37
-0
lines changed

packages/wasm/wasm.2.0.2/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"--promote-install-files=false"
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
["dune" "install" "-p" name "--create-install-files" name]
32+
]
33+
dev-repo: "git+https://github.com/WebAssembly/spec.git"
34+
url {
35+
src: "https://github.com/WebAssembly/spec/archive/opam-2.0.2.zip"
36+
checksum: "md5=ae81b4432ab5fa5c0af156926c9ca781"
37+
}

0 commit comments

Comments
 (0)