diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-10-12 20:42:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-12 20:42:03 +0200 |
| commit | 348eca85e993e41605d368b63f3093da9019c925 (patch) | |
| tree | e8da115477dbca208d3d26c1ca3629780794c061 | |
| parent | ddbb34141503e451f9a6f9d321f269e6cfe7ce4d (diff) | |
| parent | 65463a771cef4fe7e6c1e6202d521c9fc3886b7e (diff) | |
| download | packages-348eca85e993e41605d368b63f3093da9019c925.tar.gz packages-348eca85e993e41605d368b63f3093da9019c925.zip | |
Merge pull request #417 from achesak/master
Added fileinput
| -rw-r--r-- | packages.json | 13 |
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" } ] |
