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
39
40
41
|
{
"name": "appstream",
"version": "1.0.6",
"port-version": 1,
"description": "Tools and libraries to work with AppStream metadata",
"homepage": "https://www.freedesktop.org/software/appstream/docs",
"license": "LGPL-2.1-or-later",
"dependencies": [
{
"name": "curl",
"default-features": false
},
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"glib",
{
"name": "glib",
"host": true
},
{
"name": "gperf",
"host": true
},
{
"name": "libxml2",
"default-features": false
},
"libxmlb",
"libyaml",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zstd"
]
}
|