From ad41def00017579eddd89960c5300757324f1d12 Mon Sep 17 00:00:00 2001 From: Udiknedormin Date: Sun, 15 Apr 2018 19:21:09 +0200 Subject: [PATCH] add NimUnits --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index f8570d5..fddf1f2 100644 --- a/packages.json +++ b/packages.json @@ -8917,5 +8917,22 @@ "description": "Bindings to the Keystone Assembler.", "license": "MIT", "web": "https://github.com/6A/Keystone.nim" + }, + { + "name": "units", + "url": "https://github.com/Udiknedormin/NimUnits", + "method": "git", + "tags": [ + "library", + "pure", + "units", + "physics", + "science", + "documentation", + "safety" + ], + "description": " Statically-typed quantity units.", + "license": "MIT", + "web": "https://github.com/Udiknedormin/NimUnits" } ]