add stor package (#441)

* update packages.json

* Change nimscale_stor to stor
This commit is contained in:
Khaled Karam 2016-12-24 21:04:31 +02:00 committed by Dominik Picheta
parent 623386febb
commit 4da0f89a07

View File

@ -5568,5 +5568,17 @@
"description": "utilities for transforming sequences",
"license": "MIT",
"web": "https://github.com/iourinski/mutableseqs"
},
{
"name": "stor",
"url": "https://github.com/nimscale/stor",
"method": "git",
"tags": [
"storage",
"io"
],
"description": "Efficient object storage system",
"license": "MIT",
"web": "https://github.com/nimscale/stor"
}
]