{
  "name": "glib",
  "version": "2.78.0",
  "description": "Portable, general-purpose utility library.",
  "homepage": "https://developer.gnome.org/glib/",
  "license": "LGPL-2.1-or-later",
  "supports": "!uwp & !xbox",
  "dependencies": [
    "dirent",
    "gettext",
    "libffi",
    "libiconv",
    "pcre2",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "libmount": {
      "description": "Build with libmount support.",
      "supports": "linux",
      "dependencies": [
        "libmount"
      ]
    },
    "selinux": {
      "description": "Build with selinux support.",
      "supports": "linux"
    }
  }
}
