tnetstring.nimble
changeset 11 c302a311cedf
parent 10 92923ab3b779
child 12 959dc81335c9
equal deleted inserted replaced
10:92923ab3b779 11:c302a311cedf
     4 version       = "0.1.2"
     4 version       = "0.1.2"
     5 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     5 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     6 description   = "Parsing and serializing for the TNetstring format."
     6 description   = "Parsing and serializing for the TNetstring format."
     7 license       = "MIT"
     7 license       = "MIT"
     8 installExt    = @["nim"]
     8 installExt    = @["nim"]
     9 bin           = @["tnetstring"]
       
    10 srcDir        = "src"
     9 srcDir        = "src"
    11 
    10 
    12 
    11 
    13 # Dependencies
    12 # Dependencies
    14 
    13