vcpkg/ports/dlpack/vcpkg.json
2024-12-23 11:42:06 -06:00

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
}
]
}