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" {>= "3.0.0"}
11 "dune-configurator" {>= "3.0.0"}
12 "js_of_ocaml-compiler" {>= "4.1.0" & < "6.0.0"}
13 "libbinaryen" {>= "112.0.0" & < "113.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.22.0/binaryen-archive-v0.22.0.tar.gz"
23 checksum: [
24 "md5=26bc06ba2b789f33896531c3dbaf0b56"
25 "sha512=f9b914b073838c96f17a178531346f0dff231a1b8f9effdab9060578dd8e5ac539df3b53b60800f72f07ff4070b30cb7bbbf40dccbbea1207f75af9d2b431263"
26 ]
27}