this repo has no description
1opam-version: "2.0" 2synopsis: "Libbinaryen packaged for OCaml" 3maintainer: "blaine@grain-lang.org" 4authors: "Blaine Bublitz" 5license: "Apache-2.0" 6homepage: "https://github.com/grain-lang/libbinaryen" 7bug-reports: "https://github.com/grain-lang/libbinaryen/issues" 8depends: [ 9 "conf-cmake" {build} 10 "dune" {>= "3.0.0"} 11 "dune-configurator" {>= "3.0.0"} 12 "js_of_ocaml-compiler" {with-test & >= "4.1.0" & < "6.0.0"} 13 "ocaml" {>= "4.12"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 ["dune" "build" "-p" name "-j" jobs] 18] 19depexts: ["gcc-g++"] {os-distribution = "cygwinports"} 20dev-repo: "git+https://github.com/grain-lang/libbinaryen.git" 21url { 22 src: 23 "https://github.com/grain-lang/libbinaryen/releases/download/v119.0.0/libbinaryen-v119.0.0.tar.gz" 24 checksum: [ 25 "md5=2453618b0327349777a8bfd1bf7e5088" 26 "sha512=06de202624a46ea0aea4572b270c5ff6adce054d69339b6fc3ba3dcad3449d02d56b76b1c1035bb273d1cd9fa8ad4219e7b3a8d564508d0152d8bb27a6b7f737" 27 ] 28}