mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 03:58:25 -05:00
11 lines
235 B
JSON
11 lines
235 B
JSON
|
{
|
||
|
"name": "easycl",
|
||
|
"version-string": "0.3",
|
||
|
"port-version": 1,
|
||
|
"description": "OpenCL based lightweight c++ computing library",
|
||
|
"homepage": "https://github.com/architector1324/EasyCL",
|
||
|
"dependencies": [
|
||
|
"opencl"
|
||
|
]
|
||
|
}
|