this repo has no description

Merge pull request #16342 from rossberg/patch-2

Add wasm-1.1.1

Kate d547f922 86dae127

Changed files
+22
packages
wasm
wasm.1.1.1
+22
packages/wasm/wasm.1.1.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Andreas Rossberg <rossberg@mpi-sws.org>"
+
authors: "Andreas Rossberg <rossberg@mpi-sws.org>"
+
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}
+
]
+
synopsis:
+
"An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST."
+
url {
+
src: "https://github.com/WebAssembly/spec/archive/opam-1.1.1.zip"
+
checksum: "md5=331c984a40d2f37524a10d70f427abf7"
+
}