aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-10-12 20:42:03 +0200
committerGitHub <noreply@github.com>2016-10-12 20:42:03 +0200
commit348eca85e993e41605d368b63f3093da9019c925 (patch)
treee8da115477dbca208d3d26c1ca3629780794c061
parentddbb34141503e451f9a6f9d321f269e6cfe7ce4d (diff)
parent65463a771cef4fe7e6c1e6202d521c9fc3886b7e (diff)
downloadpackages-348eca85e993e41605d368b63f3093da9019c925.tar.gz
packages-348eca85e993e41605d368b63f3093da9019c925.zip
Merge pull request #417 from achesak/master
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"
}
]