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