stomp.nimble
changeset 9 ad53c6500712
parent 8 363f275588ea
child 10 d63cce6d1a09
equal deleted inserted replaced
8:363f275588ea 9:ad53c6500712
     1 
     1 
     2 # Package
     2 # Package
     3 
     3 
     4 version       = "0.1.2"
     4 version       = "0.1.3"
     5 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     5 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     6 description   = "A pure-nim implementation of the STOMP protocol for machine messaging."
     6 description   = "A pure-nim implementation of the STOMP protocol for machine messaging."
     7 license       = "MIT"
     7 license       = "MIT"
     8 installExt    = @["nim"]
     8 installExt    = @["nim"]
     9 srcDir        = "src"
     9 srcDir        = "src"