2018-10-08 12:11:54 -07:00
|
|
|
|
2016-03-24 18:56:42 -07:00
|
|
|
# Package
|
|
|
|
|
|
2018-10-08 12:11:54 -07:00
|
|
|
version = "0.1.1"
|
2016-03-24 18:56:42 -07:00
|
|
|
author = "Mahlon E. Smith <mahlon@martini.nu>"
|
|
|
|
|
description = "A pure-nim implementation of the STOMP protocol for machine messaging."
|
|
|
|
|
license = "MIT"
|
2018-10-08 12:11:54 -07:00
|
|
|
installExt = @["stomp"]
|
|
|
|
|
bin = @["stomp"]
|
|
|
|
|
srcDir = "src"
|
|
|
|
|
|
2016-03-24 18:56:42 -07:00
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
|
2018-10-08 12:11:54 -07:00
|
|
|
requires "nim >= 0.19.0"
|
2016-03-24 18:56:42 -07:00
|
|
|
|