mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 09:29:09 +08:00
4ce46ddf46
* Fix debug link failure * update version * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
20 lines
506 B
JSON
20 lines
506 B
JSON
{
|
|
"name": "pybind11",
|
|
"version": "2.10.4",
|
|
"port-version": 1,
|
|
"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",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|