this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings for Binaryen"
3maintainer: "oscar@grain-lang.org"
4homepage: "https://github.com/grain-lang/binaryen.ml"
5dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git"
6bug-reports: "https://github.com/grain-lang/binaryen.ml/issues"
7build: [
8 [ "dune" "subst" ] {dev}
9 [ "dune" "build" "-p" name "-j" jobs "--no-buffer" ]
10]
11depends: [
12 "ocaml" {>= "4.08"}
13 "dune" {>= "2.6"}
14 "conf-cmake" {build}
15 "conf-python-3" {build}
16]
17authors: "Oscar Spencer"
18url {
19 src:
20 "https://github.com/grain-lang/binaryen.ml/releases/download/v0.2.3/binaryen-archive-v0.2.3.tar.gz"
21 checksum: [
22 "md5=f4cb5ad491901b6252cc8adcec7cfd8a"
23 "sha512=ebceb1b39a1dc69870b6b5d4d0364df609c0743c9f4af2b9d37fb46a255e3417ff34ccc0f8eac1f1d0b10f42f10f47987bd208f887b1a2bd89153aef42eb0a76"
24 ]
25}