mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
18 lines
373 B
JSON
18 lines
373 B
JSON
{
|
|
"name": "dlpack",
|
|
"version": "1.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|