aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nanobind/vcpkg.json
blob: 0976570dc95f142a7eb289fb097efe84b9c49e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "nanobind",
  "version-semver": "2.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
    }
  ]
}