nim-stomp/stomp.nimble
Mahlon E. Smith 833aab3000 Fix value encoding to conform to spec.
Thanks to Marcelo Módolo <marcelo.rmodolo@gmail.com> for the heads up.
2021-04-04 15:56:16 -07:00

15 lines
292 B
Nim

# Package
version = "0.1.2"
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"