nim-stomp/stomp.nimble
2016-03-24 18:56:42 -07:00

11 lines
243 B
Nim

# 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"