aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 670d11c..d1e1caf 100644
--- a/packages.json
+++ b/packages.json
@@ -559,5 +559,14 @@
"description": "Wraps the bcrypt (blowfish) library for creating encrypted hashes (useful for passwords)",
"license": "BSD",
"web": "https://www.github.com/ithkuil/bcryptnim/"
+ },
+ {
+ "name": "opencl",
+ "url": "git://github.com/nimrod-code/opencl",
+ "method": "git",
+ "tags": ["library"],
+ "description": "Low-level wrapper for OpenCL",
+ "license": "MIT",
+ "web": "https://github.com/nimrod-code/opencl"
}
]