aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-04-12 18:03:57 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-04-12 18:03:57 +0100
commitfe0a59dd393e002753dfcb70f48510f323464b45 (patch)
tree4979e12f3fe6600013c267400c60e1444bf16fff
parent8b2aa52a93b3654c1e8fd51fc8b0e05885c1361d (diff)
parent489921776d7bfe322fd748cae1593d4d6e3b182b (diff)
downloadpackages-fe0a59dd393e002753dfcb70f48510f323464b45.tar.gz
packages-fe0a59dd393e002753dfcb70f48510f323464b45.zip
Merge branch 'tormaroe-beanstalkd'
-rw-r--r--packages.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 2f20712..2467a73 100644
--- a/packages.json
+++ b/packages.json
@@ -1335,5 +1335,15 @@
"description": "Bindings for libserialport, the cross-platform serial communication library.",
"license": "MIT",
"web": "https://github.com/nimious/io-serialport"
+ },
+ {
+ "name": "beanstalkd",
+ "url": "git://github.com/tormaroe/beanstalkd.nim.git",
+ "method": "git",
+ "tags": ["library", "queue", "messaging"],
+ "description": "A beanstalkd work queue client library.",
+ "license": "MIT",
+ "web": "https://github.com/tormaroe/beanstalkd.nim"
}
+
]