Skip to content

Commit c2c6b46

Browse files
authored
Merge pull request #24152 from rossberg/patch-4
Add wasm-2.0.1 package
2 parents fd3dd02 + 6f156fa commit c2c6b46

File tree

1 file changed

+23
-0
lines changed
  • packages/wasm/wasm.2.0.1

1 file changed

+23
-0
lines changed

packages/wasm/wasm.2.0.1/opam

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
opam-version: "2.0"
2+
maintainer: "Andreas Rossberg <rossberg@mpi-sws.org>"
3+
authors: "Andreas Rossberg <rossberg@mpi-sws.org>"
4+
homepage: "https://github.com/WebAssembly/spec"
5+
bug-reports: "https://github.com/WebAssembly/spec/issues"
6+
license: "Apache-2.0"
7+
dev-repo: "git+https://github.com/WebAssembly/spec.git"
8+
build: [
9+
[make "-C" "interpreter" "opt" "unopt"]
10+
]
11+
install: [make "-C" "interpreter" "install"]
12+
depends: [
13+
"ocaml" {>= "4.12.0"}
14+
"ocamlfind" {build}
15+
"ocamlbuild" {build}
16+
]
17+
conflicts: ["ocaml-option-bytecode-only"] # uses ocamlopt unconconditionally
18+
synopsis:
19+
"Library to read and write WebAssembly (Wasm) files and manipulate their AST"
20+
url {
21+
src: "https://github.com/WebAssembly/spec/archive/opam-2.0.1.zip"
22+
checksum: "md5=031b4dd93143e9791ac7901b5aacbc08"
23+
}

0 commit comments

Comments
 (0)