Skip to content

Commit 1de217e

Browse files
authored
Merge pull request #28722 from Octachron/ocaml_5.4_manual_native_debuggers
OCaml 5.4 reference manual: update for the new chapter on debuggers
2 parents 12d0447 + d111ade commit 1de217e

File tree

1 file changed

+22
-0
lines changed
  • packages/ocaml-manual/ocaml-manual.5.4.0-1

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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: "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: ["cp" "-R" "." _:doc]
15+
synopsis: "The OCaml system manual"
16+
depends: [
17+
"ocaml" {= "5.4.0"}
18+
]
19+
url {
20+
src: "http://caml.inria.fr/distrib/ocaml-5.4/ocaml-5.4-refman-html-1.tar.gz"
21+
checksum: "sha256=295acd6d95bc5c6f844692b856a7b3e53b23301ab3fabca3ab46ac77fc236484"
22+
}

0 commit comments

Comments
 (0)