this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26287 from Octachron/ocaml_5.2_manual

OCaml 5.2.0 manual package

authored by

Marcello Seri and committed by
GitHub
a0154edf aa1f56e0

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