this repo has no description
1opam-version: "2.0"
2synopsis: "Libbinaryen packaged for OCaml"
3maintainer: "blaine@grain-lang.org"
4authors: "Blaine Bublitz"
5license: "Apache-2.0"
6homepage: "https://github.com/grain-lang/libbinaryen"
7bug-reports: "https://github.com/grain-lang/libbinaryen/issues"
8depends: [
9 "conf-cmake" {build}
10 "dune" {>= "2.9.1"}
11 "dune-configurator" {>= "2.9.1"}
12 "ocaml" {>= "4.12"}
13]
14build: [
15 ["dune" "subst"] {dev}
16 ["dune" "build" "-p" name "-j" jobs]
17]
18depexts: ["gcc-g++"] {os-distribution = "cygwinports"}
19dev-repo: "git+https://github.com/grain-lang/libbinaryen.git"
20url {
21 src:
22 "https://github.com/grain-lang/libbinaryen/releases/download/v105.0.0/libbinaryen-v105.0.0.tar.gz"
23 checksum: [
24 "md5=e8343526699cbf3daa9ad4f0da353464"
25 "sha512=c59d546b5a017a1f779e99db33a64555964bf1c437925ee717138a9599f58877cc5e16c45fe27799e7f35a4a18646c7bd9ba02ded77150b66428c895d0ed2010"
26 ]
27}