this repo has no description
1opam-version: "2.0" 2maintainer: ["Philip Blair <philip@grain-lang.org>" "Oscar Spencer <oscar@grain-lang.org>"] 3authors: ["Andreas Rossberg <rossberg@mpi-sws.org>" "Philip Blair <philip@grain-lang.org>"] 4homepage: "https://github.com/grain-lang/wasm-spec" 5bug-reports: "https://github.com/WebAssembly/spec/issues" 6license: "Apache-2.0" 7dev-repo: "git+https://github.com/grain-lang/wasm-spec.git" 8build: [ 9 [make "-C" "interpreter" "opt" "unopt"] 10] 11install: [make "-C" "interpreter" "install"] 12conflicts: [ 13 "wasm" 14] 15depends: [ 16 "ocaml" {>= "4.07.0" & < "4.13"} 17 "ocamlfind" {build} 18 "ocamlbuild" {build} 19] 20synopsis: 21 "An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST. (Fork of official spec: https://github.com/WebAssembly/spec)" 22url { 23 src: "https://github.com/grain-lang/wasm-spec/archive/0.1.tar.gz" 24 checksum: [ 25 "md5=4033b452d5f9b60c1d7b5b4df9cd8813" 26 "sha512=252b489e6cb344536d74100e8949ad26919d61188f0a6541112f6622cedc3d50767dd12661e830b3dec3809c541a3028333f5129c37b0d7290af3e3cf5d9ffd4" 27 ] 28}