mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
88a0bf87b5
Co-authored-by: Monica <v-liumonica@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
36 lines
631 B
JSON
36 lines
631 B
JSON
{
|
|
"name": "onnx",
|
|
"version-semver": "1.16.2",
|
|
"description": "Open standard for machine learning interoperability",
|
|
"homepage": "https://onnx.ai",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"protobuf",
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "python3",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"pybind11": {
|
|
"description": "Build Python binaries",
|
|
"dependencies": [
|
|
"pybind11"
|
|
]
|
|
}
|
|
}
|
|
}
|