aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-01-02 11:32:26 +0000
committerGitHub <noreply@github.com>2017-01-02 11:32:26 +0000
commit92605a3032417d6019577d4a873d38f02423216b (patch)
treedbeb760a635360fd8023d72b0a82ed28788e27f5
parent7579b076a8d0e5589e304ac85633b80e8ddc78d0 (diff)
downloadpackages-92605a3032417d6019577d4a873d38f02423216b.tar.gz
packages-92605a3032417d6019577d4a873d38f02423216b.zip
Add ArrayFireNim package
Merges #446 manually.
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e869f7a..46cc6c5 100644
--- a/packages.json
+++ b/packages.json
@@ -5631,5 +5631,20 @@
"description": "Cassowary constraint solving",
"license": "MIT",
"web": "https://github.com/yglukhov/kiwi"
+ },
+ {
+ "name": "ArrayFireNim",
+ "url": "https://github.com/bitstormGER/ArrayFire-Nim",
+ "method": "git",
+ "tags": [
+ "array",
+ "linear",
+ "algebra",
+ "scientific",
+ "computing"
+ ],
+ "description": "A nim wrapper for ArrayFire",
+ "license": "BSD",
+ "web": "https://github.com/bitstormGER/ArrayFire-Nim"
}
]