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.1/libbinaryen-v101.0.1.tar.gz"
23 checksum: [
24 "md5=3f2fab345e351321edae3d4e268d817d"
25 "sha512=b30a5ea1f293911748774125741a6bcc41c0e17aa9054bfe5799987068d92c9647e901e478523004e5d5c52d84a1c223c330ef9e6808c217b7f25e003c666412"
26 ]
27}