Nim-decimal is my package, I wrote it while looking for bigint alternatives. 
The wrapper was done but ended up not being used as I wrote stint instead as we 
didn't need a generic bigint (nor a "bigfloat" library).

It's open-source because all the code we produce at Status is open-source.

Nevertheless we strive for high-quality code as well and nim-decimal has very 
few tests compared to our other libraries which includes unittests, 
property-based/statistical testing, reference implementation testing, we're 
also starting to use fuzzing and all our tests are done on multiple hardware: 
Linux, Mac, 32/64-bit Windows (and coming soon ARM).

If someone finds the wrapper useful and want to adopt, maintain it and bring it 
to a state good enough to promote it on nimble directory, feel free, I don't 
see an issue transferring the repo to them.

Reply via email to