diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-25 12:50:04 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-25 12:50:04 +0100 |
| commit | 1db539199694ff44b0239f3ab8fa45aed74998d1 (patch) | |
| tree | 9ea7954f04f1c8d9241b49cb1f1f3e07bcbb5603 | |
| parent | 757329fac7d21bf5fc96a3be49225b06e279c189 (diff) | |
| parent | 9a1d7030ca2f9dac29d9d9d9cf90d868e208e37d (diff) | |
| download | packages-1db539199694ff44b0239f3ab8fa45aed74998d1.tar.gz packages-1db539199694ff44b0239f3ab8fa45aed74998d1.zip | |
Merge branch 'patch-8' of https://github.com/rgv151/packages into rgv151-patch-8
Conflicts:
packages.json
| -rw-r--r-- | packages.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/packages.json b/packages.json index 940bea2..5f9f45e 100644 --- a/packages.json +++ b/packages.json @@ -1910,7 +1910,7 @@ "description": "Financial Library for Nim", "license": "MIT", "web": "https://github.com/qqtop/NimFinLib" - }, + }, { "name": "libssh2", "url": "https://github.com/rgv151/libssh2.nim", @@ -1919,6 +1919,14 @@ "description": "Nim wrapper for libssh2", "license": "MIT", "web": "https://github.com/rgv151/libssh2.nim" + }, + { + "name": "rethinkdb", + "url": "https://github.com/rgv151/rethinkdb.nim", + "method": "git", + "tags": ["rethinkdb", "driver", "client", "json"], + "description": "RethinkDB driver for Nim", + "license": "MIT", + "web": "https://github.com/rgv151/rethinkdb.nim" } - ] |
