diff options
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 74b4b1f..5d0bbeb 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
