diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-10 11:01:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-10 11:01:53 +0100 |
| commit | c12b9115e6a23302b37e8c0fb41109ef9b978a73 (patch) | |
| tree | b27e6597f3000ccd0236e318125b49352e50fed4 | |
| parent | 2adc09836cc3527546f464dcf42a7f3fc067b28d (diff) | |
| parent | 5addc09b9b80e684b2e26364dd09de435aed67be (diff) | |
| download | packages-c12b9115e6a23302b37e8c0fb41109ef9b978a73.tar.gz packages-c12b9115e6a23302b37e8c0fb41109ef9b978a73.zip | |
Merge pull request #790 from Skrylar/master
added blosc wrapper
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1c0f0f1..183c6eb 100644 --- a/packages.json +++ b/packages.json @@ -9886,5 +9886,18 @@ "license": "MIT", "web": "https://github.com/JohnAD/ur", "doc": "https://github.com/JohnAD/ur/blob/master/docs/ur.rst" + }, + { + "name": "blosc", + "url": "https://github.com/Skrylar/nblosc", + "method": "git", + "tags": [ + "blosc", + "wrapper", + "compression" + ], + "description": "Bit Shuffling Block Compressor (C-Blosc)", + "license": "BSD", + "web": "https://github.com/Skrylar/nblosc" } ] |
