{
  "name": "libssh2",
  "href": "https://vcpkg.link/ports/libssh2",
  "supports": "all",
  "published_at": "2026-04-30T20:40:23.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://www.libssh2.org",
  "description": [
    "libssh2 is a client-side C library implementing the SSH2 protocol."
  ],
  "license": "BSD-3-Clause",
  "version": {
    "type": "semver",
    "value": "1.11.1",
    "port": 3
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/3e797c57a635d3ce8f3473ef344ea44c09c246c8/ports/libssh2",
    "hash": "3e797c57a635d3ce8f3473ef344ea44c09c246c8"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/libssh2/libssh2",
    "stars": 1578
  },
  "dependencies": [
    {
      "name": "libssh2",
      "href": "https://vcpkg.link/ports/libssh2",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "!windows"
    },
    {
      "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": "openssl",
      "default": [
        "all"
      ],
      "description": [
        "Use the openssl crypto backend"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "zlib",
      "default": [
        "all"
      ],
      "description": [
        "Use compression via zlib"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "zlib",
          "href": "https://vcpkg.link/ports/zlib",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}