stomp.nimble
author Mahlon E. Smith <mahlon@laika.com>
Wed, 15 May 2019 14:54:55 -0700
changeset 7 9c5ce539b081
parent 5 e34aabaefe44
child 8 363f275588ea
permissions -rw-r--r--
Version bump.


# 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    = @["nim"]
srcDir        = "src"


# Dependencies

requires "nim >= 0.19.0"