stomp.nimble
author Mahlon E. Smith <mahlon@laika.com>
Thu, 24 Mar 2016 18:56:42 -0700
changeset 0 52e9f64937bf
child 4 2f4e88604125
permissions -rw-r--r--
Initial commit.

# Package

version       = "0.1.0"
author        = "Mahlon E. Smith <mahlon@martini.nu>"
description   = "A pure-nim implementation of the STOMP protocol for machine messaging."
license       = "MIT"

# Dependencies

requires "nim >= 0.13.0"