Add registry library

Add library which allows to access Windows Registry without hassle.
This commit is contained in:
Vladislav Vorobiev 2016-07-03 20:02:14 +03:00 committed by GitHub
parent 55f69b6b8e
commit 97e14eb4e2

View File

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