this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18221 from grainbot/opam-publish-binaryen.0.7.0

Package binaryen.0.7.0

authored by

Kate and committed by
GitHub
290023eb 5372452d

+28
+28
packages/binaryen/binaryen.0.7.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml bindings for Binaryen" 3 + maintainer: "oscar@grain-lang.org" 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.09"} 10 + "dune" {>= "2.7.1"} 11 + "js_of_ocaml" {>= "3.6.0"} 12 + "js_of_ocaml-ppx" {>= "3.6.0"} 13 + "js_of_ocaml-compiler" {>= "3.6.0"} 14 + ] 15 + available: arch = "x86_64" & (os = "linux" | os = "macos" | os = "win32") 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ] 20 + dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git" 21 + url { 22 + src: 23 + "https://github.com/grain-lang/binaryen.ml/releases/download/v0.7.0/binaryen-archive-v0.7.0.tar.gz" 24 + checksum: [ 25 + "md5=09491e1e654d1f3c825e15eff54b64ec" 26 + "sha512=ab55ed73f3e07f3e1b7256e0122f8284b4b5b8c23fbcd3ecaa8fbb08939c6eb33fe99ae3549dd189b126b8ba2550d993b783b3aee6e86006921fc39c52d5a819" 27 + ] 28 + }