stomp.nimble
author Zach Smith <zd@zdsmith.com>
Wed, 15 May 2019 14:53:03 -0700
changeset 6 7d977f308c75
parent 5 e34aabaefe44
child 8 363f275588ea
permissions -rw-r--r--
Incorporate a series of patches from Zack Smith. - Allow a vhosts to not require a slash (use %2F in the URI, ignore literal '/') - Support setting a custom 'id' subscription


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