blob: a7415ab0bf8832b672d6f5a5a5213de81dbea3c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"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"
]
}
|