{
  "name": "cofetch",
  "href": "https://vcpkg.link/ports/cofetch",
  "supports": "all",
  "published_at": "2026-07-11T08:13:11.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/SSARCandy/cofetch",
  "description": [
    "Chainable async HTTP client for C++ event loops, built on libcurl multi and ASIO. One API serves callbacks, std::future, and C++20 co_await"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "0.1.2",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/de62e9c047d1b1f9e3fecbba3cee57ba1896ed7e/ports/cofetch",
    "hash": "de62e9c047d1b1f9e3fecbba3cee57ba1896ed7e"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "asio",
      "href": "https://vcpkg.link/ports/asio",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "curl",
      "href": "https://vcpkg.link/ports/curl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": []
}