From c7f06cfe20eadfdc98048eb7fbe1ac92182b4f9f Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 16 Mar 2014 21:08:32 +0000 Subject: [PATCH] Add opencl. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]