2021-05-18 15:41:51 +08:00
{
"name" : "pybind11" ,
2024-06-29 08:29:24 +08:00
"version" : "2.13.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" : [
2024-05-08 05:34:31 +08:00
"python3" ,
2021-08-10 16:00:44 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2021-05-18 15:41:51 +08:00
]
}