this repo has no description
1opam-version: "2.0" 2maintainer: "dev@ocsigen.org" 3authors: "Ocsigen team" 4bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" 5homepage: "http://ocsigen.github.io/js_of_ocaml" 6dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" 7synopsis: "Compiler from OCaml bytecode to Javascript" 8description: """ 9Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. 10It makes it possible to run pure OCaml programs in JavaScript 11environment like browsers and Node.js 12""" 13 14build: [["dune" "build" "-p" name "-j" jobs]] 15 16depends: [ 17 "ocaml" {>= "4.03.0"} 18 "dune" {>= "2.5"} 19 "ocamlbuild" 20] 21x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46" 22url { 23 src: 24 "https://github.com/ocsigen/js_of_ocaml/releases/download/3.7.0/js_of_ocaml-3.7.0.tbz" 25 checksum: [ 26 "sha256=dcf4ffea23d4a2b2709c75bf5c7e2de355897bcfef7081d1569efe41a7638667" 27 "sha512=de3fcd7b2e0a7fdd074a236efa759178888559d28db35d4431a342567b4a068bb6581545bdfca02bacdf23e08499119879d37e71c5b0e860d79252116430160e" 28 ] 29}