Merge branch 'beanstalkd' of https://github.com/tormaroe/packages into tormaroe-beanstalkd

Conflicts:
	packages.json
This commit is contained in:
Dominik Picheta 2015-04-12 18:03:36 +01:00
commit 489921776d

View File

@ -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"
}
]