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" 7 8 9build: [["jbuilder" "build" "-p" name "-j" jobs]] 10 11depends: [ 12 "ocaml" {>= "4.00.0"} 13 "jbuilder" {>= "1.0+beta9"} 14 ("ocamlbuild" {!= "0"} | ("base-ocamlbuild" "ocamlfind")) 15] 16synopsis: "Compiler from OCaml bytecode to Javascript" 17url { 18 src: "https://github.com/ocsigen/js_of_ocaml/archive/3.0.0.tar.gz" 19 checksum: [ 20 "sha256=eb49ca6d66ac51a41cf611f1a6a85269d310dbc1711ac4b819c9a04ee53b5a4e" 21 "md5=bba5e95158d0e421b3878db746e7a4ed" 22 ] 23}