aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-02-08 23:06:43 +0100
committerGitHub <noreply@github.com>2017-02-08 23:06:43 +0100
commit6637fe5831dd1e6cf8581d1f8f0e614f3765a3e5 (patch)
tree1349025673f3c9726e60f1c5ba1597ad13971b24
parentbb5a1f141fce71a142494d3730190aa6cdd9ead2 (diff)
downloadpackages-6637fe5831dd1e6cf8581d1f8f0e614f3765a3e5.tar.gz
packages-6637fe5831dd1e6cf8581d1f8f0e614f3765a3e5.zip
Added untar package
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 88a69a1..bcf6619 100644
--- a/packages.json
+++ b/packages.json
@@ -5876,5 +5876,21 @@
"description": "Binding for Intel Storage Acceleration library",
"license": "Apache License 2.0",
"web": "https://github.com/nimscale/isa"
+ },
+ {
+ "name": "untar",
+ "url": "https://github.com/dom96/untar",
+ "method": "git",
+ "tags": [
+ "library",
+ "tar",
+ "gz",
+ "compression",
+ "archive",
+ "decompression"
+ ],
+ "description": "Library for decompressing tar.gz files.",
+ "license": "MIT",
+ "web": "https://github.com/dom96/untar"
}
]