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 "dune-configurator" {>= "2.7.1"} 12 "js_of_ocaml" {>= "3.6.0"} 13 "js_of_ocaml-ppx" {>= "3.6.0"} 14 "js_of_ocaml-compiler" {>= "3.6.0"} 15] 16available: arch = "x86_64" & (os = "linux" | os = "macos" | os = "win32") 17build: [ 18 ["dune" "subst"] {dev} 19 ["dune" "build" "-p" name "-j" jobs] 20] 21dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git" 22url { 23 src: 24 "https://github.com/grain-lang/binaryen.ml/releases/download/v0.9.1/binaryen-archive-v0.9.1.tar.gz" 25 checksum: [ 26 "md5=ec73e0a05ec01966380e6333fe49363a" 27 "sha512=8ab2f8c46c0532dddd4b695f22f48ab540a0e668bc893e7769f2725ed060a675d6d2f17f959994cda899c5d9b7a9a3c3653563f69f2214708db6480ae817a00e" 28 ] 29}