FedeOmoto / bignum

GMP wrapper for the Nim language
MIT License
14 stars 5 forks source link

`nimble search bignum` already points to another fork, so the nimble pkg name should be changed #3

Open timotheecour opened 3 years ago

timotheecour commented 3 years ago
nimble search bignum
gmp:
  url:         https://github.com/subsetpark/nim-gmp (git)
  tags:        library, bignum, numbers, math
  description: wrapper for the GNU multiple precision arithmetic library (GMP)
  license:     LGPLv3 or GPLv2
  website:     https://github.com/subsetpark/nim-gmp

bignum:
  url:         https://github.com/kaushalmodi/bignum (git)
  tags:        bignum, gmp, wrapper
  description: Wrapper around the GMP bindings for the Nim language.
  license:     MIT
  website:     https://github.com/kaushalmodi/bignum

BN:
  url:         https://github.com/MerosCrypto/BN (git)
  tags:        bignumber, multiprecision, imath
  description: A Nim Wrapper of the imath BigNumber library.
  license:     MIT
kaushalmodi commented 3 years ago

could you please enable issues for your fork https://github.com/kaushalmodi/bignum

That was an oversight! Issues are now enabled there.