# HG changeset patch # User Mahlon E. Smith # Date 1432080739 25200 # Node ID 05f836c0215436230d703233bea133c5d16ebc3f # Parent 87a0365b799bf3526334c0b15d7f57b6748794f7 Add a .nimble file. diff -r 87a0365b799b -r 05f836c02154 tnetstring.nimble --- /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 " +description = "Parsing and serializing for the TNetstring format." +license = "MIT" + +[Deps] +Requires: "nim >= 0.11.0" +