aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2016-10-12 14:32:59 -0400
committerachesak <achesak@yahoo.com>2016-10-12 14:32:59 -0400
commit65463a771cef4fe7e6c1e6202d521c9fc3886b7e (patch)
treee8da115477dbca208d3d26c1ca3629780794c061
parentddbb34141503e451f9a6f9d321f269e6cfe7ce4d (diff)
downloadpackages-65463a771cef4fe7e6c1e6202d521c9fc3886b7e.tar.gz
packages-65463a771cef4fe7e6c1e6202d521c9fc3886b7e.zip
Added fileinput
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]