aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Ferretti <ferrettiandrea@gmail.com>2017-06-06 16:25:30 +0200
committerAndrea Ferretti <ferrettiandrea@gmail.com>2017-06-06 16:25:30 +0200
commit3e1dd0bdac1274f034ab4dd2c279ac44cfc28c9a (patch)
treea57100bf790abb07fc27b86d40ee136234327c34
parenta0a5e9e2b0b5105df9d1c5146472198ca28e9075 (diff)
downloadpackages-3e1dd0bdac1274f034ab4dd2c279ac44cfc28c9a.tar.gz
packages-3e1dd0bdac1274f034ab4dd2c279ac44cfc28c9a.zip
Added Neo
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d0c911b..303b82c 100644
--- a/packages.json
+++ b/packages.json
@@ -6465,5 +6465,21 @@
"description": "Support for serialization of objects",
"license": "MIT",
"web": "https://github.com/JeffersonLab/serializetools"
+ },
+ {
+ "name": "neo",
+ "url": "https://github.com/unicredit/neo",
+ "method": "git",
+ "tags": [
+ "vector",
+ "matrix",
+ "linear algebra",
+ "BLAS",
+ "LAPACK",
+ "CUDA"
+ ],
+ "description": "Linear algebra for Nim",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/unicredit/neo"
}
]