this repo has no description
0
fork

Configure Feed

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

Package binaryen.0.20.0

+27
+27
packages/binaryen/binaryen.0.20.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.0"} 10 + "dune" {>= "3.0.0"} 11 + "dune-configurator" {>= "3.0.0"} 12 + "js_of_ocaml-compiler" {>= "4.1.0" & < "5.0.0"} 13 + "libbinaryen" {>= "110.0.0" & < "111.0.0"} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ] 19 + dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git" 20 + url { 21 + src: 22 + "https://github.com/grain-lang/binaryen.ml/releases/download/v0.20.0/binaryen-archive-v0.20.0.tar.gz" 23 + checksum: [ 24 + "md5=f0fe07ef55661a3b172fde045efee930" 25 + "sha512=574b6a57ea5d4b0ca6a62861b19274b37019bae65c06c9951c2cb0ac536bd516310c042483cb0830285da6cc70c720f797e66109b229f8fff6f6ba9d7e8dce48" 26 + ] 27 + }