tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 10:27:05 -0700
changeset 10 92923ab3b779
parent 9 c109bf5f2aa4
child 11 c302a311cedf
permissions -rw-r--r--
Oop, remove duplicate description line.


# Package

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


# Dependencies

requires "nim >= 0.19.0"