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.0"} "dune" {>= "2.9.1"} "dune-configurator" {>= "2.9.1"} "js_of_ocaml-compiler" {>= "3.10.0"} "libbinaryen" {>= "108.0.0" & < "109.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.18.0/binaryen-archive-v0.18.0.tar.gz" checksum: [ "md5=f1797a5c3c73ab320f470afe7d7da5c9" "sha512=f85f7954a24a4f507173b831499ae2fa9fab7730b70a61499bcbd5fd1a7241907eba011f44dea953efebbcd47da75b35aa2b07113cc0fb8ce3a99ea0f8d9e048" ] }