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.12"} "dune" {>= "2.9.1" & < "3.0.0"} "dune-configurator" {>= "2.9.1" & < "3.0.0"} "js_of_ocaml-compiler" {>= "3.10.0" & < "4.0.0"} "libbinaryen" {>= "105.1.0" & < "106.0.0"} ] 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.15.0/binaryen-archive-v0.15.0.tar.gz" checksum: [ "md5=f95edaf3ca5668adacf1018bd41a2f76" "sha512=dfe3bf1b68fbdafc7df874cc065e57c10ea8fbeef83573d47a9f269403252b84828d413acbdb9b7816cd0f3ec192d9429193feee60e9a18cab0e1de5e44c93ed" ] }