From 0417ce4d4bc20b8022ef55fc22954024de690cc2 Mon Sep 17 00:00:00 2001 From: inv2004 Date: Wed, 6 Jan 2021 08:58:36 +0300 Subject: [PATCH] Added package Decimal (#1772) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c877e7f..905f317 100644 --- a/packages.json +++ b/packages.json @@ -21031,5 +21031,19 @@ "description": "webrod", "license": "MIT", "web": "https://github.com/j-a-s-d/webrod" + }, + { + "name": "Decimal", + "url": "https://github.com/inv2004/nim-decimal", + "method": "git", + "tags": [ + "decimal", + "arithmetic", + "mpdecimal", + "precision" + ], + "description": "A correctly-rounded arbitrary precision decimal floating point arithmetic library", + "license": "(MIT or Apache License 2.0) and Simplified BSD", + "web": "https://github.com/inv2004/nim-decimal" } ]