diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2015-08-13 11:31:31 +0200 |
|---|---|---|
| committer | Andrea Ferretti <ferrettiandrea@gmail.com> | 2015-08-13 11:31:31 +0200 |
| commit | c9133e53383ab8bb7bdb4d3d5e1403fdf4fd29a6 (patch) | |
| tree | 3ec2ee1317cd6fffb06e3691c3826bce18f459b7 | |
| parent | c2091b0b151f063ccff5284ab1fe827e9afc06fc (diff) | |
| download | packages-c9133e53383ab8bb7bdb4d3d5e1403fdf4fd29a6.tar.gz packages-c9133e53383ab8bb7bdb4d3d5e1403fdf4fd29a6.zip | |
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" } ] |
