Skip to content

Commit 30a11d5

Browse files
committed
Package binaryen.0.34.0
1 parent e4e631b commit 30a11d5

File tree

1 file changed

+28
-0
lines changed
  • packages/binaryen/binaryen.0.34.0

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.13.0"}
10+
"dune" {>= "3.0.0"}
11+
"dune-configurator" {>= "3.0.0"}
12+
"js_of_ocaml-compiler" {>= "6.0.0" & < "7.0.0"}
13+
"libbinaryen" {>= "124.0.1" & < "125.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.34.0/binaryen-archive-v0.34.0.tar.gz"
23+
checksum: [
24+
"md5=815e6b4fee4b5a3d7d6c14ff2a621d5f"
25+
"sha512=042657b693d070dfef31faeb1406868c9f6455b122e1205ec304894af54a06408db88def0b785deb335419915ca4c9c9e46e6af3ef6089c828133b924f0f8875"
26+
]
27+
}
28+
x-maintenance-intent: ["0.(latest)"]

0 commit comments

Comments
 (0)