tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 12:53:05 -0700
changeset 11 c302a311cedf
parent 10 92923ab3b779
child 12 959dc81335c9
permissions -rw-r--r--
And furthermore, don't distribute the tests binary.


# Package

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


# Dependencies

requires "nim >= 0.19.0"