stomp.nimble
changeset 8 363f275588ea
parent 5 e34aabaefe44
child 9 ad53c6500712
equal deleted inserted replaced
7:9c5ce539b081 8:363f275588ea
     1 
     1 
     2 # Package
     2 # Package
     3 
     3 
     4 version       = "0.1.1"
     4 version       = "0.1.2"
     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"