From 3d5082eb58ad3e9fbbbe0687b58c96935a7b45bd Mon Sep 17 00:00:00 2001 From: Momiyama <43488453+momeemt@users.noreply.github.com> Date: Tue, 30 Jun 2020 23:06:11 +0900 Subject: [PATCH] Added package Unit (#1545) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 988c8d9..6c708bd 100644 --- a/packages.json +++ b/packages.json @@ -18560,5 +18560,19 @@ "description": "Nim structs to work with Kdb in type-safe manner and low-level Nim to Kdb bindings", "license": "Apache-2.0", "web": "https://github.com/inv2004/kdb_nim" + }, + { + "name": "Unit", + "url": "https://github.com/momeemt/Unit", + "method": "git", + "tags": [ + "unit", + "type", + "systemOfUnit", + "library" + ], + "description": "A library that provides unit types in nim", + "license": "MIT", + "web": "https://github.com/momeemt/Unit" } ]