aboutsummaryrefslogtreecommitdiff
path: root/ports/pybind11/vcpkg.json
blob: a760e31e801c6460ba0290e9dc57a066b3ac887c (plain)
1
2
3
4
5
6
7
8
9
{
  "name": "pybind11",
  "version": "2.6.2",
  "description": "pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code",
  "homepage": "https://github.com/pybind/pybind11",
  "dependencies": [
    "python3"
  ]
}