{
  "name": "yunsmall-usbipdcpp",
  "href": "https://vcpkg.link/ports/yunsmall-usbipdcpp",
  "supports": "all",
  "published_at": "2026-06-01T08:38:31.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/yunsmall/usbipdcpp",
  "description": [
    "A C++ library for creating usbip servers"
  ],
  "license": "LGPL-3.0",
  "version": {
    "type": "semver",
    "value": "1.0.4",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/eae1680538b86f962455c27abca2aad0dc304a4d/ports/yunsmall-usbipdcpp",
    "hash": "eae1680538b86f962455c27abca2aad0dc304a4d"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "asio",
      "href": "https://vcpkg.link/ports/asio",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "spdlog",
      "href": "https://vcpkg.link/ports/spdlog",
      "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": "physical-usb-forwarding",
      "default": [],
      "description": [
        "Build components for forwarding physical USB devices"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libusb",
          "href": "https://vcpkg.link/ports/libusb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "virtual-device",
      "default": [],
      "description": [
        "Build virtual device components for creating software-emulated USB devices"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}