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