diff --git a/packages.json b/packages.json index d0c911b..4dd3865 100644 --- a/packages.json +++ b/packages.json @@ -2747,7 +2747,7 @@ "tags": [ "vector", "matrix", - "linear algebra", + "linear-algebra", "BLAS", "LAPACK" ], @@ -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://unicredit.github.io/neo/" } ]