stomp.nimble
changeset 4 2f4e88604125
parent 0 52e9f64937bf
child 5 e34aabaefe44
--- a/stomp.nimble	Fri Mar 25 15:59:20 2016 -0700
+++ b/stomp.nimble	Mon Oct 08 12:11:54 2018 -0700
@@ -1,11 +1,16 @@
+
 # Package
 
-version       = "0.1.0"
+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    = @["stomp"]
+bin           = @["stomp"]
+srcDir        = "src"
+
 
 # Dependencies
 
-requires "nim >= 0.13.0"
+requires "nim >= 0.19.0"