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" {>= "111.0.0" & < "112.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.21.0/binaryen-archive-v0.21.0.tar.gz"
23 checksum: [
24 "md5=42d4c25fbd227f9b76dca6aaa4422a6a"
25 "sha512=ce94aae8fb63eadb66371eb5842d51a3d831172f76c5192d24ac065f28c8eb9af9a9327d1a038097efe1f9255cb93fd2666204bcbc1ddab4d21a6a3fe35c5032"
26 ]
27}