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+beta12"} 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.0.2.tar.gz" 23 checksum: [ 24 "sha256=20f4c2b6e31f3ae3b72f6abebe69aac9782c6bd49cd3a65c0e2b51d6d659bda1" 25 "md5=3942520b7f4e30bf0a23d4df4cf21537" 26 ] 27}