diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-07-03 18:58:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-03 18:58:18 +0100 |
| commit | 43790a8e701b406435eb4c48bc89c9ad52ab0b43 (patch) | |
| tree | f1363c70822d730acb57da52866e90d18684fcca | |
| parent | 55f69b6b8edb2b01dbba99641d19aeda16d5f781 (diff) | |
| parent | 97e14eb4e2bfc0c6c42f1b3279d2aa07f851d55e (diff) | |
| download | packages-43790a8e701b406435eb4c48bc89c9ad52ab0b43.tar.gz packages-43790a8e701b406435eb4c48bc89c9ad52ab0b43.zip | |
Merge pull request #374 from miere43/patch-1
Add registry library
| -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" } ] |
