aboutsummaryrefslogtreecommitdiff
path: root/libs/vcpkg-registry/ports/pybind11/vcpkg.json
blob: 4cf6c7756d89c2d7e0d2a36c14bd9d29078d4078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "pybind11",
  "version": "2.13.6",
  "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
    }
  ]
}