mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 15:19:05 +08:00
10 lines
307 B
JSON
10 lines
307 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|