this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for Binaryen" 3maintainer: "oscar@grain-lang.org" 4homepage: "https://github.com/grain-lang/binaryen.ml" 5dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git" 6bug-reports: "https://github.com/grain-lang/binaryen.ml/issues" 7build: [ 8 [ "dune" "subst" ] {dev} 9 [ "dune" "build" "-p" name "-j" jobs "--no-buffer" ] 10] 11depends: [ 12 "ocaml" {>= "4.08"} 13 "dune" {>= "2.6"} 14 "conf-cmake" {build} 15 "conf-python-3" {build} 16] 17authors: "Oscar Spencer" 18url { 19 src: 20 "https://github.com/grain-lang/binaryen.ml/releases/download/v0.2.2/binaryen-archive-v0.2.2.tar.gz" 21 checksum: [ 22 "md5=1753373cf3fbd094432dbd4b8d62a9c5" 23 "sha512=a514ec1a60e1a358c1ab8b76b9341ab0e13413e5b467faecca3dc722187154567794404e67ce4a98e085d8e08c5e3e76d9adb5d73dba41a903c4d71bfabc2e5a" 24 ] 25}