From 160edf26434f4fc44cffdef33a6b3d5d35aef50a Mon Sep 17 00:00:00 2001 From: rockcavera Date: Sun, 25 Apr 2021 20:13:55 -0300 Subject: [PATCH] Added package nint128 (#1885) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5f0d1aa..aa2a623 100644 --- a/packages.json +++ b/packages.json @@ -22349,5 +22349,20 @@ "description": "unittest fork focused on parallel test execution", "license": "MIT", "web": "https://github.com/status-im/nim-unittest2" + }, + { + "name": "nint128", + "url": "https://github.com/rockcavera/nim-nint128", + "method": "git", + "tags": [ + "128", + "integers", + "integer", + "uint128", + "int128" + ], + "description": "128-bit integers", + "license": "MIT", + "web": "https://github.com/rockcavera/nim-nint128" } ]