{ "name": "gobject-introspection", "version": "1.86.0", "port-version": 2, "description": [ "A middleware layer between C libraries (using GObject) and language bindings.", "Building (with) gobject-introspection is based on dynamic library linkage. Static builds of the core feature set are supported only for CI purposes.", "The g-ir-scanner program runs executables for the target system. This limits actual cross-build support to targets supported by the host CPU." ], "homepage": "https://gi.readthedocs.io/en/latest/", "license": null, "supports": "!(static & staticcrt)", "dependencies": [ "glib", "libffi", "python3", { "name": "vcpkg-tool-meson", "host": true } ], "features": { "cairo": { "description": "Install introspection data for cairo.", "supports": "!static", "dependencies": [ { "name": "cairo", "default-features": false, "features": [ "gobject" ] } ] } } }