From c643cd41679344f3d56a4d290fe630719f6e4b37 Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Fri, 8 May 2020 23:24:11 -0500 Subject: [PATCH] Add decimal128 (#1464) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9bafd30..3c3cc6f 100644 --- a/packages.json +++ b/packages.json @@ -17768,5 +17768,19 @@ "description": "An alternative time library", "license": "MIT", "web": "https://github.com/jackhftang/timestamp.nim" + }, + { + "name": "decimal128", + "url": "https://github.com/JohnAD/decimal128", + "method": "git", + "tags": [ + "decimal", + "ieee", + "standard", + "number" + ], + "description": "Decimal type support based on the IEEE 754 2008 specification.", + "license": "MIT", + "web": "https://github.com/JohnAD/decimal128" } ]