diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-02-08 18:23:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-08 18:23:24 +0100 |
| commit | bb5a1f141fce71a142494d3730190aa6cdd9ead2 (patch) | |
| tree | 75073aae07988a7461deb4588b1edf8068c568d0 | |
| parent | 12d8f218e4698b9390f325003c4048f59eae7450 (diff) | |
| parent | 07da38b9a17974e7f96258e8a641283c10447c9b (diff) | |
| download | packages-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.json | 14 |
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" } ] |
