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.08"} 10 "dune" {= "2.6.1"} 11 "conf-cmake" {build} 12 "conf-python-3" {build} 13 "js_of_ocaml" {>= "3.6.0"} 14 "js_of_ocaml-ppx" {>= "3.6.0"} 15 "js_of_ocaml-compiler" {>= "3.6.0"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 ["dune" "build" "-p" name "-j" jobs "--no-buffer"] 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.3.0/binaryen-archive-v0.3.0.tar.gz" 25 checksum: [ 26 "md5=357870883104f04fafe1f045b6e93382" 27 "sha512=408d5562805b79762a44a88d150efcde5661d409ce3d731b64875cb3665499f876bbde6b28078f33011b64a231eac263f9ab4baee1885772f1dae483e188de54" 28 ] 29}