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: "http://caml.inria.fr/pub/docs/manual-ocaml/"
11license: "(c) Institut National de Recherche en Informatique et en Automatique (INRIA)"
12dev-repo: "git+https://github.com/ocaml/ocaml.git"
13bug-reports: "https://github.com/ocaml/opam-repository/issues"
14install:
15[
16 [ "cp" "-R" "." ocaml-manual:doc ] {os != "win32"}
17 [ "robocopy" "/E" "." ocaml-manual:doc ] {os = "win32"}
18]
19synopsis: "The OCaml system manual"
20depends: [
21 "ocaml" {>= "4.09.0" & < "4.10.0"}
22]
23url {
24 src:
25 "http://caml.inria.fr/distrib/ocaml-4.09/ocaml-4.09-refman-html.tar.gz"
26 checksum: [
27 "sha256=9eaf832a5d08ad52cb20afb8ecd38a5befee4e598a2926e74e48ec6e39e3bd09"
28 "md5=ad177914c9c16806cea4020f303d1d55"
29 ]
30}