diff options
| author | Luke Parker <25259837+kayabaNerve@users.noreply.github.com> | 2018-07-14 08:15:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-14 08:15:37 -0500 |
| commit | bc2a0ea30a3926d532a677e6eaaa9041e945dd0e (patch) | |
| tree | d182a51f50702677425bbc3ab5f9aa7426ea9ef4 | |
| parent | b5f580093ba56d6ab5f153bb8ef96f0f54267656 (diff) | |
| download | packages-bc2a0ea30a3926d532a677e6eaaa9041e945dd0e.tar.gz packages-bc2a0ea30a3926d532a677e6eaaa9041e945dd0e.zip | |
Add the imath BN package
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" } ] |
