diff --git a/packages.json b/packages.json index 3645cea..3f25bd9 100644 --- a/packages.json +++ b/packages.json @@ -35273,7 +35273,8 @@ "description": "LSP implementation for Nim based on `nim check`", "license": "MIT", "web": "https://github.com/ire4ever1190/nimsight" - },{ + }, + { "name": "fur", "url": "https://github.com/capocasa/fur", "method": "git", @@ -35313,5 +35314,19 @@ "description": "Social networking library powering Onbox.", "license": "AGPL-3.0-or-later", "web": "https://codeberg.org/onbox/amicus" - }] - + }, + { + "name": "nmr", + "url": "https://github.com/HapticX/nmr", + "method": "git", + "tags": [ + "package-manager", + "package", + "nimble-alternative", + "nimble" + ], + "description": "A super-fast Nim package manager with automatic dependency graph and parallel installation.", + "license": "MIT", + "web": "https://github.com/HapticX/nmr" + } +]