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] 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/v104.0.0/libbinaryen-v104.0.0.tar.gz" 24 checksum: [ 25 "md5=a15f4777fa283b4900f509c99e028ce6" 26 "sha512=26fbdc7c6d3a743bdf701f1ce4eb84e4c8db025a615e9e7eae4655bc7143f6aa6276c7b7e411256a38569c2a02111b32e906f43cc613aff56261041b3f1cc7dd" 27 ] 28}