We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113e20f commit 7762d28Copy full SHA for 7762d28
packages/ocaml-manual/ocaml-manual.4.14.0/opam
@@ -13,8 +13,8 @@ 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" "." ocaml-manual:doc ] {os != "win32"}
17
- [ "robocopy" "/E" "." ocaml-manual:doc ] {os = "win32"}
+ [ "cp" "-R" "." _:doc ] {os != "win32"}
+ [ "robocopy" "/E" "." _:doc ] {os = "win32"}
18
]
19
synopsis: "The OCaml system manual"
20
depends: [
0 commit comments