blob: c97eaf6655ec1887ed6249600931a404b859f3c7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "easycl",
"version": "0.3",
"port-version": 2,
"description": "OpenCL based lightweight c++ computing library",
"homepage": "https://github.com/architector1324/EasyCL",
"dependencies": [
"opencl"
]
}
|