diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-12 18:03:57 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-12 18:03:57 +0100 |
| commit | fe0a59dd393e002753dfcb70f48510f323464b45 (patch) | |
| tree | 4979e12f3fe6600013c267400c60e1444bf16fff | |
| parent | 8b2aa52a93b3654c1e8fd51fc8b0e05885c1361d (diff) | |
| parent | 489921776d7bfe322fd748cae1593d4d6e3b182b (diff) | |
| download | packages-fe0a59dd393e002753dfcb70f48510f323464b45.tar.gz packages-fe0a59dd393e002753dfcb70f48510f323464b45.zip | |
Merge branch 'tormaroe-beanstalkd'
| -rw-r--r-- | packages.json | 10 |
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" } + ] |
