Skip to content

Commit 3a59f6b

Browse files
committed
OCaml 5 manual package
1 parent 2b84338 commit 3a59f6b

File tree

1 file changed

+26
-0
lines changed
  • packages/ocaml-manual/ocaml-manual.5.0.0

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
opam-version: "2.0"
2+
maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
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: "http://caml.inria.fr/pub/docs/manual-ocaml/"
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.0.0" & < "5.1.0"}
22+
]
23+
url {
24+
src: "http://caml.inria.fr/distrib/ocaml-5.0/ocaml-5.0-refman-html.tar.gz"
25+
checksum: "sha256=ea5cedafd31ee7ce06c6a19c5edc6ff0ab36bec0d60bd374be201e8ae94434a1"
26+
}

0 commit comments

Comments
 (0)