this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 3authors: [ "Xavier Leroy" 4 "Damien Doligez" 5 "Alain Frisch" 6 "Jacques Garrigue" 7 "Didier Rémy" 8 "Jérôme Vouillon" ] 9homepage: "http://ocaml.org/" 10doc: "https://v2.ocaml.org/manual/" 11license: "CC-BY-SA-4.0" 12dev-repo: "git+https://github.com/ocaml/ocaml.git" 13bug-reports: "https://github.com/ocaml/opam-repository/issues" 14install: 15[ 16 [ "cp" "-R" "." _:doc ] {os != "win32"} 17 [ "robocopy" "/E" "." _:doc ] {os = "win32"} 18] 19synopsis: "The OCaml system manual" 20depends: [ 21 "ocaml" {>= "5.1.0" & < "5.2.0"} 22] 23url { 24 src: "http://caml.inria.fr/distrib/ocaml-5.1/ocaml-5.1-refman-html.tar.gz" 25 checksum: "sha256=ef07f27e1556ab783972fb3e06afce64a270bf24f620a258c7651febc20f5ec3" 26}