this repo has no description
0
fork

Configure Feed

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

Package binaryen.0.14.0

+29
+29
packages/binaryen/binaryen.0.14.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.12"} 10 + "dune" {>= "2.9.1" & < "3.0.0"} 11 + "dune-configurator" {>= "2.9.1" & < "3.0.0"} 12 + "js_of_ocaml" {>= "3.10.0" & < "4.0.0"} 13 + "js_of_ocaml-ppx" {>= "3.10.0" & < "4.0.0"} 14 + "js_of_ocaml-compiler" {>= "3.10.0" & < "4.0.0"} 15 + "libbinaryen" {>= "104.0.0" & < "105.0.0"} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + ["dune" "build" "-p" name "-j" jobs] 20 + ] 21 + dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git" 22 + url { 23 + src: 24 + "https://github.com/grain-lang/binaryen.ml/releases/download/v0.14.0/binaryen-archive-v0.14.0.tar.gz" 25 + checksum: [ 26 + "md5=ec13ed64202f64ffc3629526371453cb" 27 + "sha512=18de8ca173e10854c305a8525149b285b52167d9a7ccecbe7494e7535fc39401644d3b34c62d02b324430109b292ebc010153a58bdba29adca2dc4f87e9c3223" 28 + ] 29 + }