opam-version: "2.0" synopsis: "OCaml bindings for Binaryen" maintainer: "oscar@grain-lang.org" authors: "Oscar Spencer" license: " Apache-2.0" homepage: "https://github.com/grain-lang/binaryen.ml" bug-reports: "https://github.com/grain-lang/binaryen.ml/issues" depends: [ "ocaml" {>= "4.09"} "dune" {>= "2.7.1"} "dune-configurator" {>= "2.7.1"} "js_of_ocaml" {>= "3.6.0"} "js_of_ocaml-ppx" {>= "3.6.0"} "js_of_ocaml-compiler" {>= "3.6.0"} ] available: arch = "x86_64" & (os = "linux" | os = "macos" | os = "win32") build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git" url { src: "https://github.com/grain-lang/binaryen.ml/releases/download/v0.9.0/binaryen-archive-v0.9.0.tar.gz" checksum: [ "md5=226d40416b984bf35bb70d170e48fa82" "sha512=46fe924f1399eecfb4a585edfdb5155dfeb1dd9d2c6747d15bc9078d9bd052d68c01940da2bfd044d260b3dc8bf5b86b2e4478d799fca79a998470a38246d986" ] }