stomp.nimble
changeset 0 52e9f64937bf
child 4 2f4e88604125
equal deleted inserted replaced
-1:000000000000 0:52e9f64937bf
       
     1 # Package
       
     2 
       
     3 version       = "0.1.0"
       
     4 author        = "Mahlon E. Smith <mahlon@martini.nu>"
       
     5 description   = "A pure-nim implementation of the STOMP protocol for machine messaging."
       
     6 license       = "MIT"
       
     7 
       
     8 # Dependencies
       
     9 
       
    10 requires "nim >= 0.13.0"
       
    11