aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-02-08 18:23:24 +0100
committerGitHub <noreply@github.com>2017-02-08 18:23:24 +0100
commitbb5a1f141fce71a142494d3730190aa6cdd9ead2 (patch)
tree75073aae07988a7461deb4588b1edf8068c568d0
parent12d8f218e4698b9390f325003c4048f59eae7450 (diff)
parent07da38b9a17974e7f96258e8a641283c10447c9b (diff)
downloadpackages-bb5a1f141fce71a142494d3730190aa6cdd9ead2.tar.gz
packages-bb5a1f141fce71a142494d3730190aa6cdd9ead2.zip
Merge pull request #465 from zielmicha/master
add isa: bindings for Intel Storage Acceleration library
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fcbd18d..88a69a1 100644
--- a/packages.json
+++ b/packages.json
@@ -5862,5 +5862,19 @@
"description": "IMAP client library",
"license": "GPL2",
"web": "https://github.com/ehmry/imap"
+ },
+ {
+ "name": "isa",
+ "url": "https://github.com/nimscale/isa",
+ "method": "git",
+ "tags": [
+ "erasure",
+ "hash",
+ "crypto",
+ "compression"
+ ],
+ "description": "Binding for Intel Storage Acceleration library",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/nimscale/isa"
}
]