opam-version: "2.0" maintainer: "dev@ocsigen.org" authors: "Ocsigen team" bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" homepage: "http://ocsigen.org/js_of_ocaml" dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" build: [["jbuilder" "build" "-p" name "-j" jobs]] depends: [ "ocaml" {>= "4.00.0"} "jbuilder" {>= "1.0+beta12"} ("ocamlbuild" {!= "0"} | ("base-ocamlbuild" "ocamlfind")) ] synopsis: "Compiler from OCaml bytecode to Javascript" url { src: "https://github.com/ocsigen/js_of_ocaml/archive/3.0.2.tar.gz" checksum: [ "sha256=20f4c2b6e31f3ae3b72f6abebe69aac9782c6bd49cd3a65c0e2b51d6d659bda1" "md5=3942520b7f4e30bf0a23d4df4cf21537" ] }