diff options
| author | Vladislav Vorobiev <x.miere@gmail.com> | 2016-07-03 20:02:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-03 20:02:14 +0300 |
| commit | 97e14eb4e2bfc0c6c42f1b3279d2aa07f851d55e (patch) | |
| tree | f1363c70822d730acb57da52866e90d18684fcca | |
| parent | 55f69b6b8edb2b01dbba99641d19aeda16d5f781 (diff) | |
| download | packages-97e14eb4e2bfc0c6c42f1b3279d2aa07f851d55e.tar.gz packages-97e14eb4e2bfc0c6c42f1b3279d2aa07f851d55e.zip | |
Add registry library
Add library which allows to access Windows Registry without hassle.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
