Skip to content

Commit ccaa166

Browse files
authored
Added package nmr (#3043)
1 parent 6f37a44 commit ccaa166

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

packages.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35273,7 +35273,8 @@
3527335273
"description": "LSP implementation for Nim based on `nim check`",
3527435274
"license": "MIT",
3527535275
"web": "https://github.com/ire4ever1190/nimsight"
35276-
},{
35276+
},
35277+
{
3527735278
"name": "fur",
3527835279
"url": "https://github.com/capocasa/fur",
3527935280
"method": "git",
@@ -35313,5 +35314,19 @@
3531335314
"description": "Social networking library powering Onbox.",
3531435315
"license": "AGPL-3.0-or-later",
3531535316
"web": "https://codeberg.org/onbox/amicus"
35316-
}]
35317-
35317+
},
35318+
{
35319+
"name": "nmr",
35320+
"url": "https://github.com/HapticX/nmr",
35321+
"method": "git",
35322+
"tags": [
35323+
"package-manager",
35324+
"package",
35325+
"nimble-alternative",
35326+
"nimble"
35327+
],
35328+
"description": "A super-fast Nim package manager with automatic dependency graph and parallel installation.",
35329+
"license": "MIT",
35330+
"web": "https://github.com/HapticX/nmr"
35331+
}
35332+
]

0 commit comments

Comments
 (0)