this repo has no description
1opam-version: "2.0" 2maintainer: "Jonathan Protzenko <jonathan.protzenko@gmail.com>" 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.08.0" & < "4.13"} 14 "ocamlfind" {build} 15 "ocamlbuild" {build} 16] 17synopsis: 18 "Library to read and write WebAssembly (Wasm) files and manipulate their AST" 19url { 20 src: "https://github.com/WebAssembly/spec/archive/opam-1.1.zip" 21 checksum: [ 22 "sha256=e23c297ffe525addc0fed0c63cf32962af3d5b4244a20e0638a1461d2c46b1d2" 23 "md5=ca8653ea9b27e8995e3d268dd7a772fd" 24 ] 25}