stomp.nimble
changeset 5 e34aabaefe44
parent 4 2f4e88604125
child 8 363f275588ea
equal deleted inserted replaced
4:2f4e88604125 5:e34aabaefe44
     3 
     3 
     4 version       = "0.1.1"
     4 version       = "0.1.1"
     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    = @["stomp"]
     8 installExt    = @["nim"]
     9 bin           = @["stomp"]
       
    10 srcDir        = "src"
     9 srcDir        = "src"
    11 
    10 
    12 
    11 
    13 # Dependencies
    12 # Dependencies
    14 
    13