{
  "name": "llama-cpp",
  "href": "https://vcpkg.link/ports/llama-cpp",
  "supports": "all",
  "published_at": "2026-05-11T07:07:36.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/ggml-org/llama.cpp",
  "description": [
    "LLM inference in C/C++"
  ],
  "license": "MIT",
  "version": {
    "type": "dot",
    "value": "9030",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/68fb1ad0dfa102f6c2be6f68ef3cdf26b0692c07/ports/llama-cpp",
    "hash": "68fb1ad0dfa102f6c2be6f68ef3cdf26b0692c07"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "cpp-httplib",
      "href": "https://vcpkg.link/ports/cpp-httplib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "ggml",
      "href": "https://vcpkg.link/ports/ggml",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "nlohmann-json",
      "href": "https://vcpkg.link/ports/nlohmann-json",
      "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": [
    {
      "name": "download",
      "default": [],
      "description": [
        "Support downloading a model from an URL"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "curl",
          "href": "https://vcpkg.link/ports/curl",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "server",
      "default": [],
      "description": [
        "Build llama-server and llama-cli"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "tools",
      "default": [],
      "description": [
        "Build tools"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "miniaudio",
          "href": "https://vcpkg.link/ports/miniaudio",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "stb",
          "href": "https://vcpkg.link/ports/stb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}