aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-03-16 21:08:32 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-03-16 21:08:32 +0000
commitc7f06cfe20eadfdc98048eb7fbe1ac92182b4f9f (patch)
treeb2a30808720137badead6ff5ddee5c7a69e62170
parent99d2eca5bb4fc3dda07eda89d805bbfe29d42952 (diff)
downloadpackages-c7f06cfe20eadfdc98048eb7fbe1ac92182b4f9f.tar.gz
packages-c7f06cfe20eadfdc98048eb7fbe1ac92182b4f9f.zip
Add opencl.
-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"
}
]