opam-version: "2.0" maintainer: "Jonathan Protzenko " authors: "Andreas Rossberg " 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.02.3" & < "4.13"} "ocamlfind" {build} "ocamlbuild" {build} ] synopsis: "Library to read and write WebAssembly (Wasm) files and manipulate their AST" url { src: "https://github.com/WebAssembly/spec/archive/opam-1.0.1.zip" checksum: [ "sha256=34e0347eabc5315e7ef73ad55a43f067fff58fc8f3a164598b8e55aa4c37a1ea" "md5=1620a741ed65a1be380136d62e282e9f" ] }