19 lines
434 B
JSON
Raw Permalink Normal View History

2023-12-05 10:13:07 +09:00
{
"name": "cuda-api-wrappers",
"version": "0.8.0",
"description": "Header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem",
"homepage": "https://github.com/eyalroz/cuda-api-wrappers",
2023-12-05 10:13:07 +09:00
"license": "BSD-3-Clause",
"dependencies": [
"cuda",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}