stomp.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Sun, 04 Apr 2021 16:12:19 -0700
changeset 9 ad53c6500712
parent 8 363f275588ea
child 10 d63cce6d1a09
permissions -rw-r--r--
Get library and packaging versioning in line.


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