From 07da38b9a17974e7f96258e8a641283c10447c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 8 Feb 2017 15:54:00 +0100 Subject: [PATCH] add isa: bindings for Intel Storage Acceleration library --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]