tnetstring.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 27 Oct 2021 10:09:51 -0700
changeset 12 959dc81335c9
parent 11 c302a311cedf
permissions -rw-r--r--
Updates for more recent (v1.6.0) nim.


# Package

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


# Dependencies

requires "nim >= 1.4.0"