From ccaa166e61004f5b2d7ff322a78a83ad70cf75fe Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Wed, 21 May 2025 13:47:46 +0700 Subject: [PATCH] Added package nmr (#3043) --- packages.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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" + } +]