changeset 0 | 52e9f64937bf |
child 4 | 2f4e88604125 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stomp.nimble Thu Mar 24 18:56:42 2016 -0700 @@ -0,0 +1,11 @@ +# 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" +