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.12.0" & < "4.14.0"} 10 "dune" {>= "2.9.1" & < "3.0.0"} 11 "dune-configurator" {>= "2.9.1" & < "3.0.0"} 12 "js_of_ocaml-compiler" {>= "3.10.0" & < "4.0.0"} 13 "libbinaryen" {>= "106.0.0" & < "107.0.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.16.0/binaryen-archive-v0.16.0.tar.gz" 23 checksum: [ 24 "md5=5b29322e070385ab7cf527c6b251fa3d" 25 "sha512=ba9df794edc571f0ef4bfa03076f57106b05aaf9132bd6bd9b1677083ea15edebe7810860ac875c2de482e4331b099cfa33936eb490c531c410f1f627bb8795b" 26 ] 27}