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