diff options
| author | Joshua Cearley <joshua.cearley@gmail.com> | 2018-07-10 04:30:38 -0500 |
|---|---|---|
| committer | Joshua Cearley <joshua.cearley@gmail.com> | 2018-07-10 04:30:38 -0500 |
| commit | 5addc09b9b80e684b2e26364dd09de435aed67be (patch) | |
| tree | b27e6597f3000ccd0236e318125b49352e50fed4 | |
| parent | 2adc09836cc3527546f464dcf42a7f3fc067b28d (diff) | |
| download | packages-5addc09b9b80e684b2e26364dd09de435aed67be.tar.gz packages-5addc09b9b80e684b2e26364dd09de435aed67be.zip | |
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" } ] |
