mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "nanobind",
|
|
"version-semver": "1.9.2",
|
|
"description": "Tiny and efficient C++/Python bindings",
|
|
"homepage": "https://nanobind.readthedocs.io/en/latest/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"python3",
|
|
"robin-map",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|