diff options
| author | Mahlon E. Smith <mahlon@martini.nu> | 2016-03-25 16:34:26 -0700 |
|---|---|---|
| committer | Mahlon E. Smith <mahlon@martini.nu> | 2016-03-25 16:34:26 -0700 |
| commit | 2f83641eefc7e417fb29ebbe7f9df0c12d048799 (patch) | |
| tree | 590e49baabba6b8778d4d904998a2956fc722250 | |
| parent | 146fdf14fead417b1d4d9e2938c9443a1c32ec03 (diff) | |
| download | packages-2f83641eefc7e417fb29ebbe7f9df0c12d048799.tar.gz packages-2f83641eefc7e417fb29ebbe7f9df0c12d048799.zip | |
Add a Stomp library.
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fd6d304..9016502 100644 --- a/packages.json +++ b/packages.json @@ -4412,5 +4412,19 @@ "description": "Low-level twitter API wrapper library for Nim.", "license": "MIT", "web": "https://github.com/kubo39/twitter" + }, + { + "name": "stomp", + "url": "https://bitbucket.org/mahlon/nim-stomp", + "method": "hg", + "tags": [ + "stomp", + "library", + "messaging", + "events" + ], + "description": "A pure-nim implementation of the STOMP protocol for machine messaging.", + "license": "MIT", + "web": "http://bitbucket.org/mahlon/nim-stomp" } ] |
