16 lines
321 B
Nim
16 lines
321 B
Nim
|
|
# Package
|
|
|
|
version = "0.1.1"
|
|
author = "Mahlon E. Smith <mahlon@martini.nu>"
|
|
description = "A pure-nim implementation of the STOMP protocol for machine messaging."
|
|
license = "MIT"
|
|
installExt = @["stomp"]
|
|
bin = @["stomp"]
|
|
srcDir = "src"
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.19.0"
|
|
|