zeek/auxil/vcpkg/ports/dlpack/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
373 B
JSON

{
"name": "dlpack",
"version": "1.1",
"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
}
]
}