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.org/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.02.0"} 18 "dune" {>= "1.2"} 19 "tyxml" {>= "4.3"} 20 "reactiveData" {>= "0.2"} 21 "js_of_ocaml" {= version} 22 "js_of_ocaml-ppx" {= version} 23] 24 25url { 26 src: "https://github.com/ocsigen/js_of_ocaml/archive/3.4.0.tar.gz" 27 checksum: [ 28 "sha256=c4fad35dc113d5d710d93fdc81b798d98bc33e675b758587279cd65160178db0" 29 "md5=42f914d0410787d65668d2822fdab1a1" 30 ] 31}