Skip to content

Commit 02b4aa7

Browse files
committed
Misc: install completion
1 parent 87d22d4 commit 02b4aa7

4 files changed

Lines changed: 20 additions & 0 deletions

js_of_ocaml-compiler.opam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,9 @@ build: [
4646
"@install"
4747
"@doc" {with-doc}
4848
]
49+
["cmdliner" "install" "tool-support"
50+
"--update-opam-install=%{_:name}%.install"
51+
"_build/install/default/bin/js_of_ocaml" {os-family != "windows"}
52+
"_build/install/default/bin/js_of_ocaml.exe" {os-family = "windows"}
53+
"_build/cmdliner-install"]
4954
]

js_of_ocaml-compiler.opam.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ build: [
99
"@install"
1010
"@doc" {with-doc}
1111
]
12+
["cmdliner" "install" "tool-support"
13+
"--update-opam-install=%{_:name}%.install"
14+
"_build/install/default/bin/js_of_ocaml" {os-family != "windows"}
15+
"_build/install/default/bin/js_of_ocaml.exe" {os-family = "windows"}
16+
"_build/cmdliner-install"]
1217
]

wasm_of_ocaml-compiler.opam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,9 @@ build: [
4747
"@install"
4848
"@doc" {with-doc}
4949
]
50+
["cmdliner" "install" "tool-support"
51+
"--update-opam-install=%{_:name}%.install"
52+
"_build/install/default/bin/wasm_of_ocaml" {os-family != "windows"}
53+
"_build/install/default/bin/wasm_of_ocaml.exe" {os-family = "windows"}
54+
"_build/cmdliner-install"]
5055
]

wasm_of_ocaml-compiler.opam.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ build: [
99
"@install"
1010
"@doc" {with-doc}
1111
]
12+
["cmdliner" "install" "tool-support"
13+
"--update-opam-install=%{_:name}%.install"
14+
"_build/install/default/bin/wasm_of_ocaml" {os-family != "windows"}
15+
"_build/install/default/bin/wasm_of_ocaml.exe" {os-family = "windows"}
16+
"_build/cmdliner-install"]
1217
]

0 commit comments

Comments
 (0)