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
|
{
"name": "at-spi2-core",
"version": "2.44.1",
"port-version": 4,
"description": "Base DBus XML interfaces for accessibility, the accessibility registry daemon, and atspi library.",
"homepage": "https://www.gtk.org/",
"license": null,
"supports": "linux",
"dependencies": [
{
"name": "dbus",
"platform": "linux"
},
"glib",
{
"name": "glib",
"host": true
},
"libx11",
"libxi",
"libxtst",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}
|