2021-05-18 15:41:51 +08:00
{
"name" : "pybind11" ,
2022-07-20 01:00:34 +08:00
"version" : "2.10.0" ,
2022-08-10 02:56:06 +08:00
"port-version" : 1 ,
2021-05-18 15:41:51 +08:00
"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" ,
2022-02-16 12:26:20 +08:00
"license" : "BSD-3-Clause" ,
2021-12-17 14:20:11 +08:00
"supports" : "!(arm & windows)" ,
2021-05-18 15:41:51 +08:00
"dependencies" : [
2021-08-10 16:00:44 +08:00
"python3" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2021-05-18 15:41:51 +08:00
]
}