mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:59:01 +08:00
31 lines
604 B
JSON
31 lines
604 B
JSON
{
|
|
"name": "gobject-introspection",
|
|
"version": "1.70.0",
|
|
"description": "A middleware layer between C libraries (using GObject) and language bindings.",
|
|
"homepage": "https://gi.readthedocs.io/en/latest/",
|
|
"supports": "!static & native",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"gobject"
|
|
]
|
|
},
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "gobject-introspection",
|
|
"host": true
|
|
},
|
|
"python3",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|