stomp.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 27 Oct 2021 14:36:25 -0700
changeset 10 d63cce6d1a09
parent 9 ad53c6500712
permissions -rw-r--r--
Updates for more modern (v1.6.0) nim.


# Package

version       = "0.1.3"
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 >= 1.4.0"