tnetstring.nimble
changeset 9 c109bf5f2aa4
parent 6 fa28eee75094
child 10 92923ab3b779
equal deleted inserted replaced
8:67c1c0c716e8 9:c109bf5f2aa4
     1 [Package]
     1 
     2 name          = "tnetstring"
     2 # Package
     3 version       = "0.1.1"
     3 
       
     4 version       = "0.1.2"
     4 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     5 author        = "Mahlon E. Smith <mahlon@martini.nu>"
       
     6 description   = "A new awesome nimble package"
     5 description   = "Parsing and serializing for the TNetstring format."
     7 description   = "Parsing and serializing for the TNetstring format."
     6 license       = "MIT"
     8 license       = "MIT"
       
     9 installExt    = @["nim"]
       
    10 bin           = @["tnetstring"]
       
    11 srcDir        = "src"
     7 
    12 
     8 [Deps]
       
     9 Requires: "nim >= 0.11.0"
       
    10 
    13 
       
    14 # Dependencies
       
    15 
       
    16 requires "nim >= 0.19.0"
       
    17