this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for Binaryen" 3maintainer: "oscar@grain-lang.org" 4authors: "Oscar Spencer" 5license: " Apache-2.0" 6homepage: "https://github.com/grain-lang/binaryen.ml" 7bug-reports: "https://github.com/grain-lang/binaryen.ml/issues" 8depends: [ 9 "ocaml" {>= "4.09"} 10 "dune" {>= "2.7.1"} 11 "js_of_ocaml" {>= "3.6.0"} 12 "js_of_ocaml-ppx" {>= "3.6.0"} 13 "js_of_ocaml-compiler" {>= "3.6.0"} 14] 15available: arch = "x86_64" & (os = "linux" | os = "macos" | os = "win32") 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19] 20dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git" 21url { 22 src: 23 "https://github.com/grain-lang/binaryen.ml/releases/download/v0.5.0/binaryen-archive-v0.5.0.tar.gz" 24 checksum: [ 25 "md5=e51b0ce058fda669c2fae6674e72f074" 26 "sha512=b2d58c78d7d1dba02db0f2acda36d3e064a7337c0d0bf3b6dc63f0d4332d21ceb14522dea78454f2fdb4b177c0f8f9cff46fbb128fb315cf8332a87ac8b481f0" 27 ] 28}