diff --git a/packages.json b/packages.json index a775d9d..421c32f 100644 --- a/packages.json +++ b/packages.json @@ -6729,10 +6729,58 @@ "url": "https://github.com/stefansalewski/gintro", "method": "git", "tags": [ - "yes" + "library", + "gtk", + "wrapper", + "gui" ], "description": "High level GObject-Introspection based GTK3 bindings", "license": "MIT", "web": "https://github.com/stefansalewski/gintro" + }, + { + "name": "arraymancer", + "url": "https://github.com/mratsim/Arraymancer", + "method": "git", + "tags": [ + "vector", + "matrix", + "array", + "ndarray", + "multidimensional-array", + "linear-algebra", + "tensor" + ], + "description": "A tensor (multidimensional array) library for Nim", + "license": "Apache License 2.0", + "web": "https://mratsim.github.io/Arraymancer/" + }, + { + "name": "sha3", + "url": "https://bitbucket.org/mihailp/sha3/", + "method": "hg", + "tags": [ + "crypto", + "cryptography", + "hash", + "security" + ], + "description": "sha3 - cryptographic hash function", + "license": "CC0", + "web": "https://bitbucket.org/mihailp/sha3/" + }, + { + "name": "coalesce", + "url": "https://github.com/piedar/coalesce", + "method": "git", + "tags": [ + "nil", + "null", + "options", + "operator" + ], + "description": "A nil coalescing operator ?? for Nim", + "license": "MIT", + "web": "https://github.com/piedar/coalesce" } ]