Initial commit.
This commit is contained in:
commit
b9a8c5b53b
4 changed files with 887 additions and 0 deletions
11
stomp.nimble
Normal file
11
stomp.nimble
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Mahlon E. Smith <mahlon@martini.nu>"
|
||||
description = "A pure-nim implementation of the STOMP protocol for machine messaging."
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.13.0"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue