diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-01-02 11:32:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-02 11:32:26 +0000 |
| commit | 92605a3032417d6019577d4a873d38f02423216b (patch) | |
| tree | dbeb760a635360fd8023d72b0a82ed28788e27f5 | |
| parent | 7579b076a8d0e5589e304ac85633b80e8ddc78d0 (diff) | |
| download | packages-92605a3032417d6019577d4a873d38f02423216b.tar.gz packages-92605a3032417d6019577d4a873d38f02423216b.zip | |
Add ArrayFireNim package
Merges #446 manually.
| -rw-r--r-- | packages.json | 15 |
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" } ] |
