this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings for Binaryen"
3maintainer: "oscar@grain-lang.org"
4authors: "Oscar Spencer"
5license: " Apache-2.0"
6homepage: "https://github.com/grain-lang/binaryen.ml"
7bug-reports: "https://github.com/grain-lang/binaryen.ml/issues"
8depends: [
9 "ocaml" {>= "4.12"}
10 "dune" {>= "2.9.1"}
11 "dune-configurator" {>= "2.9.1"}
12 "js_of_ocaml" {>= "3.10.0"}
13 "js_of_ocaml-ppx" {>= "3.10.0"}
14 "js_of_ocaml-compiler" {>= "3.10.0"}
15 "libbinaryen" {>= "101.0.1" & < "102.0.0"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 ["dune" "build" "-p" name "-j" jobs]
20]
21dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git"
22url {
23 src:
24 "https://github.com/grain-lang/binaryen.ml/releases/download/v0.11.1/binaryen-archive-v0.11.1.tar.gz"
25 checksum: [
26 "md5=82ccde70241bfe49a5dd60f9e0804a16"
27 "sha512=7357ca4f44302ab9b0713855b4939ca0c77761ea945fff6039d5e58294a65876f24cf2ee0ccbad886d8ce2879243454d96987d3860342989b55e9197a569c0ca"
28 ]
29}