Skip to content

Commit

Permalink
Merge pull request #20510 from grainbot/opam-publish-libbinaryen.102.0.4
Browse files Browse the repository at this point in the history
Package libbinaryen.102.0.4
  • Loading branch information
kit-ty-kate committed Jan 21, 2022
2 parents 2dde26d + 13c0744 commit d450250
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/libbinaryen/libbinaryen.102.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
synopsis: "Libbinaryen packaged for OCaml"
maintainer: "blaine@grain-lang.org"
authors: "Blaine Bublitz"
license: "Apache-2.0"
homepage: "https://github.com/grain-lang/libbinaryen"
bug-reports: "https://github.com/grain-lang/libbinaryen/issues"
depends: [
"conf-cmake" {build}
"conf-python-3" {build}
"dune" {>= "2.9.1"}
"dune-configurator" {>= "2.9.1"}
"ocaml" {>= "4.12"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
depexts: ["gcc-g++"] {os-distribution = "cygwinports"}
dev-repo: "git+https://github.com/grain-lang/libbinaryen.git"
url {
src:
"https://github.com/grain-lang/libbinaryen/releases/download/v102.0.4/libbinaryen-v102.0.4.tar.gz"
checksum: [
"md5=b3f7b816623f771bc6c68801af0c4d7b"
"sha512=e7c37ebcc601f8a9dd9382e34e9a846350688f4346f35a1ee1f970e29da244cb335ab4e7f1551b2766099df293d9bd298464349638e61838c445561a65412bdc"
]
}

0 comments on commit d450250

Please sign in to comment.