summaryrefslogtreecommitdiff
path: root/man/wraptool.1
blob: 73c25683a0e713843c604abc135b82a4656deeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.TH WRAPTOOL "1" "June 2017" "meson 0.41.1" "User Commands"
.SH NAME
wraptool - source dependency downloader
.SH DESCRIPTION

Wraptool is a helper utility to manage source dependencies
using the wrapdb database.

.B wraptool <
.I command
.B > [
.I options
.B ]

You should run this command in the top level source directory
of your project.

.SS "Commands:"
.TP
\fBlist\fR
list all available projects
.TP
\fBsearch\fR
search projects by name
.TP
\fBinstall\fR
install a project with the given name
.TP
\fBupdate\fR
update the specified project to latest available version
.TP
\fBinfo\fR
show available versions of the specified project
.TP
\fBstatus\fR
show installed and available versions of currently used subprojects
.SH SEE ALSO
http://wrapdb.mesonbuild.com/