Merge pull request #797 from kayabaNerve/master

Add the imath BN package
This commit is contained in:
Dominik Picheta 2018-07-14 23:12:45 +01:00 committed by GitHub
commit cd47ded2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]