aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
+
]