mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:39:01 +08:00
12 lines
284 B
JSON
12 lines
284 B
JSON
|
{
|
||
|
"name": "clrng",
|
||
|
"version-string": "2020-12-01",
|
||
|
"port-version": 1,
|
||
|
"description": "clRNG is a library for uniform random number generation in OpenCL.",
|
||
|
"homepage": "https://github.com/clMathLibraries/clRNG",
|
||
|
"supports": "!arm64",
|
||
|
"dependencies": [
|
||
|
"opencl"
|
||
|
]
|
||
|
}
|