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