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