opam-version: "2.0" maintainer: "Daniel Bünzli " authors: [ "Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon" ] homepage: "http://ocaml.org/" doc: "https://v2.ocaml.org/manual/" license: "CC-BY-SA-4.0" dev-repo: "git+https://github.com/ocaml/ocaml.git" bug-reports: "https://github.com/ocaml/opam-repository/issues" install: [ [ "cp" "-R" "." _:doc ] {os != "win32"} [ "robocopy" "/E" "." _:doc ] {os = "win32"} ] synopsis: "The OCaml system manual" depends: [ "ocaml" {>= "5.1.0" & < "5.2.0"} ] url { src: "http://caml.inria.fr/distrib/ocaml-5.1/ocaml-5.1-refman-html.tar.gz" checksum: "sha256=ef07f27e1556ab783972fb3e06afce64a270bf24f620a258c7651febc20f5ec3" }