Skip to content

Commit

Permalink
Merge pull request #22960 from grainbot/opam-publish-binaryen.0.20.0
Browse files Browse the repository at this point in the history
Package binaryen.0.20.0
  • Loading branch information
mseri committed Jan 16, 2023
2 parents 130f1e6 + e2cdefa commit f88e404
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/binaryen/binaryen.0.20.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: "oscar@grain-lang.org"
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" & < "5.0.0"}
"libbinaryen" {>= "110.0.0" & < "111.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.20.0/binaryen-archive-v0.20.0.tar.gz"
checksum: [
"md5=f0fe07ef55661a3b172fde045efee930"
"sha512=574b6a57ea5d4b0ca6a62861b19274b37019bae65c06c9951c2cb0ac536bd516310c042483cb0830285da6cc70c720f797e66109b229f8fff6f6ba9d7e8dce48"
]
}

0 comments on commit f88e404

Please sign in to comment.