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 "conf-python-3" {build} 11 "dune" {>= "2.9.1"} 12 "dune-configurator" {>= "2.9.1"} 13 "ocaml" {>= "4.12"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 ["dune" "build" "-p" name "-j" jobs] 18] 19dev-repo: "git+https://github.com/grain-lang/libbinaryen.git" 20url { 21 src: 22 "https://github.com/grain-lang/libbinaryen/releases/download/v101.0.2/libbinaryen.tar.gz" 23 checksum: [ 24 "md5=5b45c146dd6d62a19fb0089f11795a17" 25 "sha512=d2fdf834ee48fdc5ffa0f8d3574f400afdcf7002ee3cfc6485a0f89f20b8b1cdd7d7ae4c56ef4e5e396bad6a579733da9d94bd07f881cc962974b53f2a297e67" 26 ] 27}