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.0"}
10 "dune" {>= "2.9.1"}
11 "dune-configurator" {>= "2.9.1"}
12 "js_of_ocaml-compiler" {>= "3.10.0"}
13 "libbinaryen" {>= "107.0.0" & < "108.0.0"}
14]
15build: [
16 ["dune" "subst"] {dev}
17 ["dune" "build" "-p" name "-j" jobs]
18]
19dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git"
20url {
21 src:
22 "https://github.com/grain-lang/binaryen.ml/releases/download/v0.17.1/binaryen-archive-v0.17.1.tar.gz"
23 checksum: [
24 "md5=c2e6aafd35ed243cd547c0b17c80ff47"
25 "sha512=311a8f4f116883c758880507cdd68b076c3a43780140bb87bfe5b36d27cb95a9a83b0ff9f0e6353be355020cbdf6822769c0d3fef53f477f4bdc0d8e3fcb399d"
26 ]
27}