mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:19:06 +08:00
18 lines
373 B
JSON
18 lines
373 B
JSON
|
{
|
||
|
"name": "dlpack",
|
||
|
"version": "0.8",
|
||
|
"description": "DLPack is an open in-memory tensor structure for sharing tensors among frameworks",
|
||
|
"homepage": "https://github.com/dmlc/dlpack",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|