aboutsummaryrefslogtreecommitdiff
path: root/ports/onnx-optimizer/vcpkg.json
blob: f38496eb0832554becb029e0cc3162056fe8b5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "onnx-optimizer",
  "version-semver": "0.2.6",
  "description": "Actively maintained ONNX Optimizer",
  "homepage": "https://github.com/onnx/optimizer",
  "license": "Apache-2.0",
  "dependencies": [
    "onnx",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "pybind11": {
      "description": "Build Python binaries",
      "dependencies": [
        {
          "name": "onnx",
          "features": [
            "pybind11"
          ]
        }
      ]
    }
  }
}