1DUNE-PKG(1) Dune Manual DUNE-PKG(1)
2
3
4
6 dune-pkg - Experimental package management
7
9 dune pkg COMMAND …
10
12 Commands for doing package management with dune
13
15 lock [OPTION]…
16 Create a lockfile
17
19 These options are common to all commands.
20
21 --help[=FMT] (default=auto)
22 Show this help in format FMT. The value FMT must be one of auto,
23 pager, groff or plain. With auto, the format is pager or plain
24 whenever the TERM env var is dumb or undefined.
25
26 --version
27 Show version information.
28
30 Use `dune COMMAND --help' for help on a single command.
31
33 pkg exits with the following status:
34
35 0 on success.
36
37 1 if an error happened.
38
39 130 if it was interrupted by a signal.
40
42 Check bug reports at https://github.com/ocaml/dune/issues
43
45 dune(1)
46
47
48
49Dune n/a DUNE-PKG(1)