1DUNE-SHOW(1)                      Dune Manual                     DUNE-SHOW(1)
2
3
4

NAME

6       dune-show - Command group for showing information about the workspace
7

SYNOPSIS

9       dune show COMMAND …
10

COMMANDS

12       aliases [OPTION]… [DIR]…
13           Print aliases in a given directory. Works similalry to ls.
14
15       env [OPTION]… [PATH]
16           Print the environment of a directory
17
18       external-lib-deps [OPTION]…
19           Print out external libraries needed to build the project. It's an
20           approximated set of libraries.
21
22       installed-libraries [OPTION]…
23           Print out libraries installed on the system.
24
25       opam-files [OPTION]…
26           Print information about the opam files that have been discovered.
27
28       package-entries [OPTION]…
29           prints information about the entries per package
30
31       pp [OPTION]… FILE
32           Build a given FILE and print the preprocessed output.
33
34       rules [OPTION]… [TARGET]…
35           Dump rules.
36
37       targets [OPTION]… [DIR]…
38           Print targets in a given directory. Works similalry to ls.
39
40       workspace [OPTION]… [DIRS]…
41           Print a description of the workspace's structure. If some
42           directories DIRS are provided, then only those directories of the
43           workspace are considered.
44

COMMON OPTIONS

46       --help[=FMT] (default=auto)
47           Show this help in format FMT. The value FMT must be one of auto,
48           pager, groff or plain. With auto, the format is pager or plain
49           whenever the TERM env var is dumb or undefined.
50
51       --version
52           Show version information.
53

EXIT STATUS

55       show exits with the following status:
56
57       0   on success.
58
59       1   if an error happened.
60
61       130 if it was interrupted by a signal.
62

SEE ALSO

64       dune(1)
65
66
67
68Dune n/a                                                          DUNE-SHOW(1)
Impressum