stomp.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 12:11:54 -0700
changeset 4 2f4e88604125
parent 0 52e9f64937bf
child 5 e34aabaefe44
permissions -rw-r--r--
Re-arrange for nimble, update to Nim 0.19.


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