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.08.0" & < "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.1.zip" checksum: [ "sha256=e23c297ffe525addc0fed0c63cf32962af3d5b4244a20e0638a1461d2c46b1d2" "md5=ca8653ea9b27e8995e3d268dd7a772fd" ] }