From 97e14eb4e2bfc0c6c42f1b3279d2aa07f851d55e Mon Sep 17 00:00:00 2001 From: Vladislav Vorobiev Date: Sun, 3 Jul 2016 20:02:14 +0300 Subject: [PATCH] Add registry library Add library which allows to access Windows Registry without hassle. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 23fab41..31273da 100644 --- a/packages.json +++ b/packages.json @@ -4876,5 +4876,18 @@ "description": "Asynchronous PostgreSQL driver for Nim Language.", "license": "MIT", "web": "https://github.com/cheatfate/asyncpg" + }, + { + "name": "registry", + "description": "Deal with Windows Registry from Nim.", + "tags": [ + "registry", + "windows", + "library" + ], + "url": "https://github.com/miere43/nim-registry", + "web": "https://github.com/miere43/nim-registry", + "license": "MIT", + "method": "git" } ]