From bc2a0ea30a3926d532a677e6eaaa9041e945dd0e Mon Sep 17 00:00:00 2001 From: Luke Parker <25259837+kayabaNerve@users.noreply.github.com> Date: Sat, 14 Jul 2018 08:15:37 -0500 Subject: [PATCH] Add the imath BN package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]