tnetstring.nimble
changeset 2 05f836c02154
child 6 fa28eee75094
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tnetstring.nimble	Tue May 19 17:12:19 2015 -0700
@@ -0,0 +1,10 @@
+[Package]
+name          = "tnetstring"
+version       = "0.1.0"
+author        = "Mahlon E. Smith <mahlon@martini.nu>"
+description   = "Parsing and serializing for the TNetstring format."
+license       = "MIT"
+
+[Deps]
+Requires: "nim >= 0.11.0"
+