opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: [ "Xavier Leroy"
           "Damien Doligez"
           "Alain Frisch"
           "Jacques Garrigue"
           "Didier Rémy"
           "Jérôme Vouillon" ]
homepage: "http://ocaml.org/"
doc: "http://caml.inria.fr/pub/docs/manual-ocaml/"
license: "(c) Institut National de Recherche en Informatique et en Automatique (INRIA)"
dev-repo: "git+https://github.com/ocaml/ocaml.git"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
install:
[
 [ "cp" "-R" "." ocaml-manual:doc ] {os != "win32"}
 [ "robocopy" "/E" "." ocaml-manual:doc ] {os = "win32"}
]
synopsis: "The OCaml system manual"
depends: [
  "ocaml" {>= "4.12.0" & < "4.13.0"}
]
url {
  src: "http://caml.inria.fr/distrib/ocaml-4.12/ocaml-4.12-refman-html.tar.gz"
  checksum: "md5=1bda3d0a46328a985c817d551423e2c6"
}
