tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 10:19:07 -0700
changeset 9 c109bf5f2aa4
parent 6 fa28eee75094
child 10 92923ab3b779
permissions -rw-r--r--
Re-org project directory for use with nimble.


# Package

version       = "0.1.2"
author        = "Mahlon E. Smith <mahlon@martini.nu>"
description   = "A new awesome nimble package"
description   = "Parsing and serializing for the TNetstring format."
license       = "MIT"
installExt    = @["nim"]
bin           = @["tnetstring"]
srcDir        = "src"


# Dependencies

requires "nim >= 0.19.0"