diff --git a/packages.json b/packages.json index 697b2a6..9c04787 100644 --- a/packages.json +++ b/packages.json @@ -9957,5 +9957,17 @@ "description": "A bunch of macros. sugar if you would", "license": "MIT", "web": "https://github.com/CodeDoes/nimspice" + }, + { + "name": "BN", + "url": "https://github.com/kayabaNerve/BN", + "method": "git", + "tags": [ + "bignumber", + "multiprecision", + "imath" + ], + "description": "A Nim Wrapper of the imath BigNumber library.", + "license": "MIT" } ]