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" {>= "3.10.0" & < "4.0.0"} "js_of_ocaml-ppx" {>= "3.10.0" & < "4.0.0"} "js_of_ocaml-compiler" {>= "3.10.0" & < "4.0.0"} "libbinaryen" {>= "104.0.0" & < "105.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.14.0/binaryen-archive-v0.14.0.tar.gz" checksum: [ "md5=ec13ed64202f64ffc3629526371453cb" "sha512=18de8ca173e10854c305a8525149b285b52167d9a7ccecbe7494e7535fc39401644d3b34c62d02b324430109b292ebc010153a58bdba29adca2dc4f87e9c3223" ] }