diff options
| author | Zach Smith <subsetpark@gmail.com> | 2018-04-04 17:33:16 -0400 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-04 22:33:16 +0100 |
| commit | fedc72fe6ad2f0a36222c87a5ceacd5b0ad4f0b4 (patch) | |
| tree | 33e624864492bfbced80ec5173dc5d8c66d6897a | |
| parent | fccb0d1919002f64bed2104d1161195ca26061c4 (diff) | |
| download | packages-fedc72fe6ad2f0a36222c87a5ceacd5b0ad4f0b4.tar.gz packages-fedc72fe6ad2f0a36222c87a5ceacd5b0ad4f0b4.zip | |
Added package cittadino (#699)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e079997..4b22e5f 100644 --- a/packages.json +++ b/packages.json @@ -8866,6 +8866,20 @@ "web": "https://github.com/numforge/loopfusion" }, { + "name": "cittadino", + "url": "https://github.com/makingspace/cittadino", + "method": "git", + "tags": [ + "pubsub", + "stomp", + "rabbitmq", + "amqp" + ], + "description": "A simple PubSub framework using STOMP.", + "license": "BSD2", + "web": "https://github.com/makingspace/cittadino" + }, + { "name": "consul", "url": "https://github.com/makingspace/nim_consul", "method": "git", |
