aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjørn Marø <torbjorn.maro@gmail.com>2015-04-12 16:14:58 +0200
committerTorbjørn Marø <torbjorn.maro@gmail.com>2015-04-12 16:14:58 +0200
commitc8ded3d2cf148783e187cda749d8afabe8168493 (patch)
tree83fae116eac27ffb7a8deca41bbf2dc08a75a4d2
parent0c178a7d807aad546af54bad5441fb7058e798c2 (diff)
downloadpackages-c8ded3d2cf148783e187cda749d8afabe8168493.tar.gz
packages-c8ded3d2cf148783e187cda749d8afabe8168493.zip
Added beanstalkd
-rw-r--r--packages.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6d63721..b48b14d 100644
--- a/packages.json
+++ b/packages.json
@@ -1326,5 +1326,15 @@
"description": "Bindings for Closure Compiler web API.",
"license": "MIT",
"web": "https://github.com/yglukhov/closure_compiler"
+ },
+ {
+ "name": "beanstalkd",
+ "url": "git@github.com:tormaroe/beanstalkd.nim.git",
+ "method": "git",
+ "tags": ["queue", "messaging"],
+ "description": "A beanstalkd work queue client library.",
+ "license": "MIT",
+ "web": "https://github.com/tormaroe/beanstalkd.nim"
}
+
]