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.02.0"} 13 "jbuilder" {>= "1.0+beta17"} 14 "camlp4" {>= "2.4.4"} 15] 16depopts: ["deriving"] 17conflicts: [ 18 "deriving" {< "0.6"} 19] 20synopsis: "Compiler from OCaml bytecode to Javascript" 21url { 22 src: "https://github.com/ocsigen/js_of_ocaml/archive/3.1.0.tar.gz" 23 checksum: [ 24 "sha256=7970b15482d4804f81a8d7e5e57527ac82563771be1420986985a6878fbc3d38" 25 "md5=b7a03bea097ac6bda3aaaf4b12b82581" 26 ] 27}