Skip to content

Commit b1ec81d

Browse files
authored
Merge pull request #24537 from grainbot/opam-publish-binaryen.0.23.0
Package binaryen.0.23.0
2 parents 006ce3f + 5abf30b commit b1ec81d

File tree

1 file changed

+27
-0
lines changed
  • packages/binaryen/binaryen.0.23.0

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml bindings for Binaryen"
3+
maintainer: "[email protected]"
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.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" {>= "113.0.0" & < "114.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.23.0/binaryen-archive-v0.23.0.tar.gz"
23+
checksum: [
24+
"md5=621e8b23e3180793ebbcf86959e82fb2"
25+
"sha512=019925e91d673c75e727db03d21878e424a8bb5886370726846c51769faf93b5edf94cdd8ef687d70d02bb4d1ee8611616205aa35f1dce7cc0cc7913061eac60"
26+
]
27+
}

0 commit comments

Comments
 (0)