mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
4521e84e60
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"name": "alpaka",
|
|
"version": "1.1.0",
|
|
"description": "The alpaka library is a header-only abstraction library for accelerator development",
|
|
"homepage": "https://github.com/alpaka-group/alpaka",
|
|
"license": "MPL-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-core",
|
|
"version>=": "1.74.0"
|
|
},
|
|
{
|
|
"name": "boost-predef",
|
|
"version>=": "1.74.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|