Skip to content

Commit

Permalink
Merge pull request #24729 from grainbot/opam-publish-binaryen.0.24.0
Browse files Browse the repository at this point in the history
Package binaryen.0.24.0
  • Loading branch information
mseri authored Nov 1, 2023
2 parents 7b4cedd + 162f271 commit 110c19d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/binaryen/binaryen.0.24.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
synopsis: "OCaml bindings for Binaryen"
maintainer: "[email protected]"
authors: "Oscar Spencer"
license: " Apache-2.0"
homepage: "https://github.com/grain-lang/binaryen.ml"
bug-reports: "https://github.com/grain-lang/binaryen.ml/issues"
depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "3.0.0"}
"dune-configurator" {>= "3.0.0"}
"js_of_ocaml-compiler" {>= "4.1.0" & < "6.0.0"}
"libbinaryen" {>= "114.0.0" & < "115.0.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git"
url {
src:
"https://github.com/grain-lang/binaryen.ml/releases/download/v0.24.0/binaryen-archive-v0.24.0.tar.gz"
checksum: [
"md5=7983788fc30723512f95fa11b71a7d58"
"sha512=3e5d43c83d9db149e4b4accc390302838c545aca4ca5de8d0c9f84e1b2d482f4c75ed9942fbbab0d45331c6b4c7a87af78b68757852690028bbd67b784252b44"
]
}

0 comments on commit 110c19d

Please sign in to comment.