1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "name": "vcpkg-ci-pybind11", "version-string": "ci", "description": "Port to test pybind11 in CI", "homepage": "https://github.com/microsoft/vcpkg", "license": "MIT", "dependencies": [ "pybind11", "python3", { "name": "vcpkg-cmake", "host": true } ] }