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
|
{
"name": "qt5-tools",
"version": "5.15.18",
"description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.",
"license": null,
"dependencies": [
{
"name": "qt5-activeqt",
"platform": "windows"
},
{
"name": "qt5-base",
"default-features": false,
"features": [
"sqlite3plugin"
]
},
"qt5-declarative"
],
"features": {
"qdoc": {
"description": "Build the qdoc tool.",
"dependencies": [
{
"name": "llvm",
"default-features": false,
"features": [
"clang"
]
}
]
}
}
}
|