From 3e1dd0bdac1274f034ab4dd2c279ac44cfc28c9a Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Tue, 6 Jun 2017 16:25:30 +0200 Subject: [PATCH 1/3] Added Neo --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ] From 60224d9742f4396f8d2c198d8fbe2c6110a497bf Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Tue, 6 Jun 2017 16:27:45 +0200 Subject: [PATCH 2/3] Fixed neo web url --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 303b82c..86e5124 100644 --- a/packages.json +++ b/packages.json @@ -6480,6 +6480,6 @@ ], "description": "Linear algebra for Nim", "license": "Apache License 2.0", - "web": "https://github.com/unicredit/neo" + "web": "https://unicredit.github.io/neo/" } ] From b8c03fd3c4f59d191ecac82359e500c48664fcd9 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Tue, 6 Jun 2017 17:55:11 +0200 Subject: [PATCH 3/3] Removed spaces in tags --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 86e5124..4dd3865 100644 --- a/packages.json +++ b/packages.json @@ -2747,7 +2747,7 @@ "tags": [ "vector", "matrix", - "linear algebra", + "linear-algebra", "BLAS", "LAPACK" ], @@ -6473,7 +6473,7 @@ "tags": [ "vector", "matrix", - "linear algebra", + "linear-algebra", "BLAS", "LAPACK", "CUDA"