diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-02-13 18:34:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-13 18:34:30 +0100 |
| commit | cebc3d0eda05b12321f02d3fafa2d105b807ef8c (patch) | |
| tree | 25de8ee568c1163c73ce92614393fef641d2de2a | |
| parent | 46f2216d1747b5dc6a14c586193daaecd1e07f78 (diff) | |
| parent | 11206fd2b35fde9933059964713a460728456bf2 (diff) | |
| download | packages-cebc3d0eda05b12321f02d3fafa2d105b807ef8c.tar.gz packages-cebc3d0eda05b12321f02d3fafa2d105b807ef8c.zip | |
Merge pull request #470 from rivasiv/master
Added SPDK set of tools and libraries.
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0acd794..fdd508c 100644 --- a/packages.json +++ b/packages.json @@ -5931,5 +5931,20 @@ "description": "A library to operate serial ports using pure Nim.", "license": "BSD3", "web": "https://github.com/euantorano/serialport.nim" + }, + { + "name": "libspdk", + "url": "https://github.com/nimscale/spdk.git", + "method": "git", + "tags": [ + "library", + "SSD", + "NVME", + "io", + "storage" + ], + "description": "The Storage Performance Development Kit(SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode storage applications.", + "license": "MIT", + "web": "https://github.com/nimscale/spdk.git" } ] |
