File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
packages/binaryen/binaryen.0.26.0 Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "OCaml bindings for Binaryen"
3+ 4+ authors: "Oscar Spencer"
5+ license: " Apache-2.0"
6+ homepage: "https://github.com/grain-lang/binaryen.ml"
7+ bug-reports: "https://github.com/grain-lang/binaryen.ml/issues"
8+ depends: [
9+ "ocaml" {>= "4.13.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" {>= "116.0.0" & < "117.0.0"}
14+ ]
15+ build: [
16+ ["dune" "subst"] {dev}
17+ ["dune" "build" "-p" name "-j" jobs]
18+ ]
19+ dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git"
20+ url {
21+ src:
22+ "https://github.com/grain-lang/binaryen.ml/releases/download/v0.26.0/binaryen-archive-v0.26.0.tar.gz"
23+ checksum: [
24+ "md5=fa1809e7e6d331c8c9495f1f6c47ce88"
25+ "sha512=4d86679526d4997eb1d492697c7a2c2e95f0c2e018dc6b39a7f8497645333bab5cc9ec5e63329c71a74f286a2da77ccb1b4b664a7954622626c1fb612e0aabd2"
26+ ]
27+ }
You can’t perform that action at this time.
0 commit comments