aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy ☭ <rgv151@users.noreply.github.com>2015-07-21 11:03:18 +0700
committerHuy ☭ <rgv151@users.noreply.github.com>2015-07-21 11:03:18 +0700
commit9a1d7030ca2f9dac29d9d9d9cf90d868e208e37d (patch)
tree08eb3d61cb89662217944e3d55ab0f30e2209fdb
parent3a2809116c62beaa98a8656179e0a98e54549e7f (diff)
downloadpackages-9a1d7030ca2f9dac29d9d9d9cf90d868e208e37d.tar.gz
packages-9a1d7030ca2f9dac29d9d9d9cf90d868e208e37d.zip
add rethinkdb package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index b50bf50..ea6fe41 100644
--- a/packages.json
+++ b/packages.json
@@ -1893,5 +1893,14 @@
"description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim",
"license": "MIT",
"web": "https://github.com/rbmz/stopwatch"
+ },
+ {
+ "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"
}
]