mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:21:49 +08:00
35 lines
603 B
JSON
35 lines
603 B
JSON
|
{
|
||
|
"name": "onnx",
|
||
|
"version-semver": "1.9.0",
|
||
|
"description": "Open standard for machine learning interoperability",
|
||
|
"homepage": "https://onnx.ai",
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|