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] 15build: [ 16 ["dune" "subst"] {dev} 17 ["dune" "build" "-p" name "-j" jobs] 18] 19dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git" 20url { 21 src: 22 "https://github.com/grain-lang/binaryen.ml/releases/download/v0.4.0/binaryen-archive-v0.4.0.tar.gz" 23 checksum: [ 24 "md5=707a45c3e7ede218c378c4d799a186d6" 25 "sha512=beeaecc743c9ec31ef9c75b47e9141e53cd1122ee929ee11bb7ae7f3f2315dc1b544bac9e49539e8640742e2e1f7e4d11bf88e0c7ce0cd0d03ba33eb82a4d770" 26 ] 27}