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://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: ["cp" "-R" "." _:doc]
15synopsis: "The OCaml system manual"
16depends: [
17 "ocaml" {= version}
18]
19url {
20 src: "http://caml.inria.fr/distrib/ocaml-5.2/ocaml-5.2-refman-html.tar.gz"
21 checksum: "sha256=361b7096d0092b11b96f0beee217af2b8c6fe3981145a2c4b4d43d656e4dcaf5"
22}