From 65463a771cef4fe7e6c1e6202d521c9fc3886b7e Mon Sep 17 00:00:00 2001 From: achesak Date: Wed, 12 Oct 2016 14:32:59 -0400 Subject: [PATCH] Added fileinput --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 91f1a52..b9de5de 100644 --- a/packages.json +++ b/packages.json @@ -5324,5 +5324,18 @@ "description": "Experimental wrapper to webgl for Nim", "license": "MIT", "web": "http://stisa.space/webgl/" + }, + { + "name": "fileinput", + "url": "https://github.com/achesak/nim-fileinput", + "method": "git", + "tags": [ + "file", + "io", + "input" + ], + "description": "iterate through files and lines", + "license": "MIT", + "web": "https://github.com/achesak/nim-fileinput" } ]