diff --git a/packages/wasm/wasm.2.0.1/opam b/packages/wasm/wasm.2.0.1/opam new file mode 100644 index 000000000000..407edbf9d783 --- /dev/null +++ b/packages/wasm/wasm.2.0.1/opam @@ -0,0 +1,23 @@ +opam-version: "2.0" +maintainer: "Andreas Rossberg " +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.12.0"} + "ocamlfind" {build} + "ocamlbuild" {build} +] +conflicts: ["ocaml-option-bytecode-only"] # uses ocamlopt unconconditionally +synopsis: + "Library to read and write WebAssembly (Wasm) files and manipulate their AST" +url { + src: "https://github.com/WebAssembly/spec/archive/opam-2.0.1.zip" + checksum: "md5=031b4dd93143e9791ac7901b5aacbc08" +}