stomp.nimble
changeset 4 2f4e88604125
parent 0 52e9f64937bf
child 5 e34aabaefe44
equal deleted inserted replaced
3:d0bc42746346 4:2f4e88604125
       
     1 
     1 # Package
     2 # Package
     2 
     3 
     3 version       = "0.1.0"
     4 version       = "0.1.1"
     4 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     5 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     5 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."
     6 license       = "MIT"
     7 license       = "MIT"
       
     8 installExt    = @["stomp"]
       
     9 bin           = @["stomp"]
       
    10 srcDir        = "src"
       
    11 
     7 
    12 
     8 # Dependencies
    13 # Dependencies
     9 
    14 
    10 requires "nim >= 0.13.0"
    15 requires "nim >= 0.19.0"
    11 
    16