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.02.0"} "jbuilder" {>= "1.0+beta9"} "camlp4" {>= "2.4.4"} ] depopts: ["deriving"] conflicts: [ "deriving" {< "0.6"} ] synopsis: "Compiler from OCaml bytecode to Javascript" url { src: "https://github.com/ocsigen/js_of_ocaml/archive/3.0.0.tar.gz" checksum: [ "sha256=eb49ca6d66ac51a41cf611f1a6a85269d310dbc1711ac4b819c9a04ee53b5a4e" "md5=bba5e95158d0e421b3878db746e7a4ed" ] }