mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
88a0bf87b5
Co-authored-by: Monica <v-liumonica@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
32 lines
587 B
JSON
32 lines
587 B
JSON
{
|
|
"name": "onnx-optimizer",
|
|
"version-semver": "0.3.19",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|