mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
b92a81a009
- Add ipv6 source code source
20 lines
334 B
JSON
20 lines
334 B
JSON
{
|
|
"name": "atk",
|
|
"version": "2.38.0",
|
|
"description": "GNOME Accessibility Toolkit",
|
|
"homepage": "https://developer.gnome.org/atk/",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|