diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-13 17:54:38 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-13 17:54:38 +0100 |
| commit | a4c44949c2ff6f1f4f54f673432ffe8bf3827f8f (patch) | |
| tree | 3ec2ee1317cd6fffb06e3691c3826bce18f459b7 | |
| parent | c2091b0b151f063ccff5284ab1fe827e9afc06fc (diff) | |
| parent | c9133e53383ab8bb7bdb4d3d5e1403fdf4fd29a6 (diff) | |
| download | packages-a4c44949c2ff6f1f4f54f673432ffe8bf3827f8f.tar.gz packages-a4c44949c2ff6f1f4f54f673432ffe8bf3827f8f.zip | |
Merge pull request #220 from andreaferretti/master
Added csvtools
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 76d3567..a483241 100644 --- a/packages.json +++ b/packages.json @@ -1955,5 +1955,14 @@ "description": "A wrapper for the zip library", "license": "MIT", "web": "https://github.com/nim-lang/zip" + }, + { + "name": "csvtools", + "url": "https://github.com/unicredit/csvtools", + "method": "git", + "tags": ["CSV", "comma separated values", "TSV"], + "description": "Manage CSV files", + "license": "Apache License 2.0", + "web": "https://github.com/unicredit/csvtools" } ] |
